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

nametypedescription
flags#Flags, see TL conditional fields
missedflags.0?trueWhether the conference call has ended and the user hasn't joined.
activeflags.1?trueWhether the user is currently in the conference call.
videoflags.4?trueWhether this is a video conference call.
call_idlongCall ID.
durationflags.2?intCall duration, for left calls only.
other_participantsflags.3?Vector<Peer>Identifiers of some other call participants.

type

MessageAction · 68 other constructors

history

present in layers 202–229

idlayers
#2ffe2f7a202–229