SetChatBackground constructor

SetChatBackground({
  1. required int chatId,
  2. InputBackground? background,
  3. BackgroundType? type,
  4. required int darkThemeDimming,
  5. required bool onlyForSelf,
})

Implementation

SetChatBackground({
  required this.chatId,
  this.background,
  this.type,
  required this.darkThemeDimming,
  required this.onlyForSelf,
});