Interface GetChatStatistics

Returns detailed statistics about a chat. Currently, this method can be used only for supergroups and channels. Can be used only if supergroupFullInfo.can_get_statistics == true. Request type for Tdjson#getChatStatistics.

interface GetChatStatistics {
    @type: "getChatStatistics";
    chat_id: number;
    is_dark?: boolean;
}

Properties

@type: "getChatStatistics"
chat_id: number

Chat identifier.

is_dark?: boolean

Pass true if a dark theme is used by the application.