Interface PushMessageContentChatSetBackground

A chat background was edited. Subtype of PushMessageContent.

interface PushMessageContentChatSetBackground {
    @type: "pushMessageContentChatSetBackground";
    is_same?: boolean;
}

Properties

Properties

@type: "pushMessageContentChatSetBackground"
is_same?: boolean

True, if the set background is the same as the background of the current user.