InputGroupCallInviteMessage

class pyrogram.raw.types.InputGroupCallInviteMessage

Join a group call through a messageActionConferenceCall invitation message.

Constructor of InputGroupCall.

Details:
  • Layer: 223

  • ID: 8C10603F

Parameters:

msg_id (int 32-bit) – ID of the messageActionConferenceCall.

TL Schema

inputGroupCallInviteMessage#8c10603f
msg_id:int

= InputGroupCall

Parameter Tree

InputGroupCallInviteMessage
└── msg_idint

Example

InputGroupCallInviteMessage(
    msg_id=0,
)