Interface GetChatAdministrators

Returns a list of administrators of the chat with their custom titles. Request type for Tdjson#getChatAdministrators.

interface GetChatAdministrators {
    @type: "getChatAdministrators";
    chat_id: number;
}

Properties

Properties

@type: "getChatAdministrators"
chat_id: number

Chat identifier.