SetChatBackground constructor
const
SetChatBackground({
- required int chatId,
- InputBackground? background,
- BackgroundType? type,
- required int darkThemeDimming,
Changes the background in a specific chat. Supported only in private and secret chats with non-deleted users
Implementation
const SetChatBackground({
required this.chatId,
this.background,
this.type,
required this.darkThemeDimming,
});