InputGroupCallInviteMessage
- class pyrogram.raw.types.InputGroupCallInviteMessage
Join a group call through a messageActionConferenceCall invitation message.
Constructor of
InputGroupCall.- Details:
Layer:
223ID:
8C10603F
- Parameters:
msg_id (
int32-bit) – ID of the messageActionConferenceCall.
TL Schema
inputGroupCallInviteMessage#8c10603f
msg_id:int
= InputGroupCall
Parameter Tree
InputGroupCallInviteMessage
└── msg_id →
intExample
InputGroupCallInviteMessage(
msg_id=0,
)