Interface UpdateGroupCall

Information about a group call was updated. Subtype of Update.

interface UpdateGroupCall {
    @type: "updateGroupCall";
    group_call: GroupCall;
}

Properties

Properties

@type: "updateGroupCall"
group_call: GroupCall

New data about a group call.