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

Parameters

Name Type Description
Link string Invite link

Gogram Example

// Creating PhoneExportedGroupCallInviteObj constructor
obj := &tg.PhoneExportedGroupCallInviteObj{
    Link: "Hello, World!",
}