MessageChatSetBackground constructor
MessageChatSetBackground({
- required int oldBackgroundMessageId,
- ChatBackground? background,
- required bool onlyForSelf,
Implementation
MessageChatSetBackground({
required this.oldBackgroundMessageId,
this.background,
required this.onlyForSelf,
});