Interface DeclineGroupCallInvitation

Declines an invitation to an active group call via messageGroupCall. Can be called both by the sender and the receiver of the invitation. Request type for Tdjson#declineGroupCallInvitation.

interface DeclineGroupCallInvitation {
    @type: "declineGroupCallInvitation";
    chat_id: number;
    message_id: number;
}

Properties

@type: "declineGroupCallInvitation"
chat_id: number

Identifier of the chat with the message.

message_id: number

Identifier of the message of the type messageGroupCall.