messageActionConferenceCall
Represents a conference call (or an invitation to a conference call, if neither the missed nor active flags are set). If call_requests_disabled is not set or false, an incoming messageActionConferenceCall with the missed and active flags not set should trigger ringing and an incoming call screen, just like for one-on-one calls.
type tg.MessageActionConferenceCall struct { /* ... */ }
Implements MessageAction.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Missed | bool | — | Whether the conference call has ended and the user hasn't joined. |
Active | bool | — | Whether the user is currently in the conference call. |
Video | bool | — | Whether this is a video conference call. |
CallID | int64 | yes | Call ID. |
Duration | int | — | Call duration, for left calls only. |
OtherParticipants | []PeerClass | — | Identifiers of some other call participants. |
References
- Official documentation
- Generated Go reference
- TL definition:
messageActionConferenceCall#2ffe2f7a