Interface GroupCallId

Contains the group call identifier.

interface GroupCallId {
    @type: "groupCallId";
    id: number;
}

Properties

Properties

@type: "groupCallId"
id: number

Group call identifier.