SetChatBackground constructor
SetChatBackground({
- required int chatId,
- InputBackground? background,
- BackgroundType? type,
- required int darkThemeDimming,
- required bool onlyForSelf,
Implementation
SetChatBackground({
required this.chatId,
this.background,
this.type,
required this.darkThemeDimming,
required this.onlyForSelf,
});