UpdateChatBackground constructor
const
UpdateChatBackground({
- required int chatId,
- ChatBackground? background,
- dynamic extra,
- int? clientId,
The chat background was changed
Implementation
const UpdateChatBackground({
required this.chatId,
this.background,
this.extra,
this.clientId,
});