mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
852 B
852 B
title | description | nav_exclude | image |
---|---|---|---|
messageActionGroupCallScheduled | A group call was scheduled | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messageActionGroupCallScheduled
A group call was scheduled
Attributes:
Name | Type | Required | Description |
---|---|---|---|
call | InputGroupCall | Yes | The group call |
schedule_date | int | Yes | When is this group call scheduled to start |
Type: MessageAction
Example:
$messageActionGroupCallScheduled = ['_' => 'messageActionGroupCallScheduled', 'call' => InputGroupCall, 'schedule_date' => int];