UpdateChatBackground constructor
UpdateChatBackground({
- required int chatId,
- ChatBackground? background,
Implementation
UpdateChatBackground({required this.chatId, this.background});