mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
828 B
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
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'];