MessageChatSetBackground constructor

const MessageChatSetBackground({
  1. required int oldBackgroundMessageId,
  2. required ChatBackground background,
})

A new background was set in the chat

Implementation

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