Interface ActionGroupInvite

Group call has ended

interface ActionGroupInvite {
    call: RawInputGroupCall;
    type: "group_call_invite";
    userIds: number[];
}

Properties

Properties

TL object representing the call

type: "group_call_invite"
userIds: number[]

IDs of the users invited to the call