Interface ChatActionBarReportSpam

Describes actions which must be possible to do through a chat action bar. Subtype of ChatActionBar.

interface ChatActionBarReportSpam {
    @type: "chatActionBarReportSpam";
    can_unarchive?: boolean;
}

Properties

@type: "chatActionBarReportSpam"
can_unarchive?: boolean

If true, the chat was automatically archived and can be moved back to the main chat list using addChatToList simultaneously with setting chat notification settings to default using setChatNotificationSettings.