messageChatSetBackground property
A new background was set in the chat
Implementation
MessageChatSetBackground? get messageChatSetBackground {
if (this is MessageChatSetBackground) {
return this as MessageChatSetBackground;
}
return null;
}