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

846 B

title description nav_exclude image
updateGroupCall A new groupcall was started true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateGroupCall

Back to constructors index

A new groupcall was started

Attributes:

Name Type Required Description
chat_id long Yes The channel/supergroup where this group call or livestream takes place
call GroupCall Yes Info about the group call or livestream

Type: Update

Example:

$updateGroupCall = ['_' => 'updateGroupCall', 'chat_id' => long, 'call' => GroupCall];