Interface GetVideoChatAvailableParticipants

Returns the list of participant identifiers, on whose behalf a video chat in the chat can be joined. Request type for Tdjson#getVideoChatAvailableParticipants.

interface GetVideoChatAvailableParticipants {
    @type: "getVideoChatAvailableParticipants";
    chat_id: number;
}

Properties

Properties

@type: "getVideoChatAvailableParticipants"
chat_id: number

Chat identifier.