Link Search Menu Expand Document

Constructor: updateGroupCall

Back to constructors index

A new groupcall was started

Attributes:

NameTypeRequiredDescription
chat_idlongYesThe channel/supergroup where this group call or livestream takes place
callGroupCallYesInfo about the group call or livestream

Type: Update

Example:

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