telegram api constructor · layer 229 · #2ffe2f7a
messageActionConferenceCall
Represents a conference call (or an invitation to a conference call, if neither the missed nor active flags are set).
definition
messageActionConferenceCall#2ffe2f7a flags:# missed:flags.0?true active:flags.1?true video:flags.4?true call_id:long duration:flags.2?int other_participants:flags.3?Vector<Peer> = MessageAction;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
missed | true | Whether the conference call has ended and the user hasn't joined. |
active | true | Whether the user is currently in the conference call. |
video | true | Whether this is a video conference call. |
call_id | long | Call ID. |
duration | int | Call duration, for left calls only. |
other_participants | Vector<Peer> | Identifiers of some other call participants. |
type
MessageAction · 68 other constructors
history
present in layers 202–229
| id | layers |
|---|---|
| #2ffe2f7a | 202–229 |