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

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

Back to constructors index

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];