UpdateChatBackground constructor

UpdateChatBackground({
  1. required int chatId,
  2. ChatBackground? background,
})

Implementation

UpdateChatBackground({required this.chatId, this.background});