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).
Constructor of
MessageAction
.- Details:
Layer:
214
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.