MessageActionConferenceCall#

class pyrogram.raw.types.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.

Constructor of MessageAction.

Details:
  • Layer: 220

  • ID: 2FFE2F7A

Parameters:
call_id (int 64-bit):

Call ID.

missed (bool, optional):

Whether the conference call has ended and the user hasn’t joined.

active (bool, optional):

Whether the user is currently in the conference call.

video (bool, optional):

Whether this is a video conference call.

duration (int 32-bit, optional):

Call duration, for left calls only.

other_participants (List of Peer, optional):

Identifiers of some other call participants.