Layer 227
constructor
messageActionInviteToGroupCall#502f92f7 call:InputGroupCall users:Vector<long> = MessageAction;

Parameters

Name Type Description
Call InputGroupCall Video chat/livestream to which the users were invited
Users Vector < long > The invited users

Returns

MessageAction

Gogram Example

// Creating MessageActionInviteToGroupCall constructor
obj := &tg.MessageActionInviteToGroupCall{
    Call: &tg.InputGroupCall{},
    Users: &tg.VectorLong{},
}