MessageChatSetBackground constructor
const
MessageChatSetBackground({
- required int oldBackgroundMessageId,
- required ChatBackground background,
A new background was set in the chat
Implementation
const MessageChatSetBackground({
required this.oldBackgroundMessageId,
required this.background,
});