Raw.phone.InviteToGroupCall
Invite a set of users to a group call.
phone.inviteToGroupCall#7b393160 call:InputGroupCall users:Vector<InputUser> = Updates;
export namespace Raw {
export namespace phone {
export class InviteToGroupCall {
constructor(params: { call: Raw.TypeInputGroupCall; users: Array<Raw.TypeInputUser> }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x7b393160
Property
call
: Raw.TypeInputGroupCallThe group call
users
: Array of Raw.TypeInputUserThe users to invite.