Interface UpdateNewGroupCallMessage

A new message was received in a group call. Subtype of Update.

interface UpdateNewGroupCallMessage {
    @type: "updateNewGroupCallMessage";
    group_call_id: number;
    message: GroupCallMessage;
}

Properties

@type: "updateNewGroupCallMessage"
group_call_id: number

Identifier of the group call.

The message.