MessageChatSetBackground constructor

MessageChatSetBackground({
  1. required int oldBackgroundMessageId,
  2. ChatBackground? background,
  3. required bool onlyForSelf,
})

Implementation

MessageChatSetBackground({
  required this.oldBackgroundMessageId,
  this.background,
  required this.onlyForSelf,
});