Interface GetDirectMessagesChatTopicRevenue

Returns the total number of Telegram Stars received by the channel chat for direct messages from the given topic. Request type for Tdjson#getDirectMessagesChatTopicRevenue.

interface GetDirectMessagesChatTopicRevenue {
    @type: "getDirectMessagesChatTopicRevenue";
    chat_id: number;
    topic_id: number;
}

Properties

@type: "getDirectMessagesChatTopicRevenue"
chat_id: number

Chat identifier of the channel direct messages chat administered by the current user.

topic_id: number

Identifier of the topic.