Skip to main content

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

NameTypeRequiredDescription
MissedboolWhether the conference call has ended and the user hasn't joined.
ActiveboolWhether the user is currently in the conference call.
VideoboolWhether this is a video conference call.
CallIDint64yesCall ID.
DurationintCall duration, for left calls only.
OtherParticipants[]PeerClassIdentifiers of some other call participants.

References