Interface GetChatAvailableMessageSenders

Returns the list of message sender identifiers, which can be used to send messages in a chat. Request type for Tdjson#getChatAvailableMessageSenders.

interface GetChatAvailableMessageSenders {
    @type: "getChatAvailableMessageSenders";
    chat_id: number;
}

Properties

Properties

@type: "getChatAvailableMessageSenders"
chat_id: number

Chat identifier.