Layer 220
PhoneExportedGroupCallInvite
An invite to a group call or livestream
constructor
phone.exportedGroupCallInvite#204bd158 link:string = phone.ExportedGroupCallInvite;
Parameters
| Name | Type | Description |
|---|---|---|
| Link | string | Invite link |
Returns
phone.ExportedGroupCallInviteGogram Example
// Creating PhoneExportedGroupCallInvite constructor obj := &tg.PhoneExportedGroupCallInvite{ Link: "...", }