AccountChatThemes constructor
const
AccountChatThemes({})
Account Chat Themes constructor.
Implementation
const AccountChatThemes({
required this.hash,
required this.themes,
required this.chats,
required this.users,
this.nextOffset,
}) : super._();