mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
740 B
740 B
title | description | nav_exclude | image |
---|---|---|---|
inputGroupCall | Points to a specific group call | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputGroupCall
Points to a specific group call
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | long | Yes | Group call ID |
access_hash | long | Yes | Group call access hash |
Type: InputGroupCall
Example:
$inputGroupCall = ['_' => 'inputGroupCall', 'id' => long, 'access_hash' => long];