mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
31 lines
828 B
Markdown
31 lines
828 B
Markdown
|
---
|
||
|
title: "phone.exportedGroupCallInvite"
|
||
|
description: "An invite to a group call or livestream"
|
||
|
nav_exclude: true
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
redirect_from: /API_docs/constructors/phone_exportedGroupCallInvite.html
|
||
|
---
|
||
|
# Constructor: phone.exportedGroupCallInvite
|
||
|
[Back to constructors index](/API_docs/constructors/index.html)
|
||
|
|
||
|
|
||
|
|
||
|
An invite to a group call or livestream
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|link|[string](/API_docs/types/string.html) | Yes|Invite link|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [phone.ExportedGroupCallInvite](/API_docs/types/phone.ExportedGroupCallInvite.html)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$phone_exportedGroupCallInvite = ['_' => 'phone.exportedGroupCallInvite', 'link' => 'string'];
|
||
|
```
|