Layer 220
constructor
phone.exportedGroupCallInvite#204bd158 link:string = phone.ExportedGroupCallInvite;

Parameters

Name Type Description
Link string Invite link

Gogram Example

// Creating PhoneExportedGroupCallInvite constructor
obj := &tg.PhoneExportedGroupCallInvite{
    Link: "...",
}