MadelineProtoDocs/docs/API_docs/constructors/phone.exportedGroupCallInvite.md
2024-05-01 14:53:46 +02:00

828 B

title description nav_exclude image redirect_from
phone.exportedGroupCallInvite An invite to a group call or livestream true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/phone_exportedGroupCallInvite.html

Constructor: phone.exportedGroupCallInvite

Back to constructors index

An invite to a group call or livestream

Attributes:

Name Type Required Description
link string Yes Invite link

Type: phone.ExportedGroupCallInvite

Example:

$phone_exportedGroupCallInvite = ['_' => 'phone.exportedGroupCallInvite', 'link' => 'string'];