Interface InviteGroupCallParticipantResultSuccess

The user was invited and a service message of the type messageGroupCall was sent which can be used in declineGroupCallInvitation to cancel the invitation. Subtype of InviteGroupCallParticipantResult.

interface InviteGroupCallParticipantResultSuccess {
    @type: "inviteGroupCallParticipantResultSuccess";
    chat_id: number;
    message_id: number;
}

Properties

@type: "inviteGroupCallParticipantResultSuccess"
chat_id: number

Identifier of the chat with the invitation message.

message_id: number

Identifier of the message.