phone.GroupCall#

class pyrogram.raw.types.phone.GroupCall#

Contains info about a group call, and partial info about its participants.

Constructor of GroupCall.

Details:
  • Layer: 158

  • ID: 9E727AAD

Parameters:
  • call (GroupCall) – Info about the group call.

  • participants (List of GroupCallParticipant) – A partial list of participants.

  • participants_next_offset (str) – Next offset to use when fetching the remaining participants using phone.getGroupParticipants.

  • chats (List of Chat) – Chats mentioned in the participants vector.

  • users (List of User) – Users mentioned in the participants vector.

Functions:

This object can be returned by 1 function.

phone.GetGroupCall

Get info about a group call.