Interface InputGroupCallMessage

The group call is accessible through a message of the type messageGroupCall. Subtype of InputGroupCall.

interface InputGroupCallMessage {
    @type: "inputGroupCallMessage";
    chat_id: number;
    message_id: number;
}

Properties

@type: "inputGroupCallMessage"
chat_id: number

Identifier of the chat with the message.

message_id: number

Identifier of the message of the type messageGroupCall.