GroupCallMember#

class pyrogram.types.GroupCallMember#

Contains information about one member of a group call.

Parameters:
  • chat (Chat, optional) – Information about the user or chat.

  • date (datetime, optional) – Date when this participant join this group call.

  • active_date (datetime, optional) – Date when this participant last active in this group call.

  • volume (int, optional) – Volume, if not set the volume is set to 100%.

  • can_self_unmute (bool, optional) – Whether the participant can unmute themselves.

  • is_muted (bool, optional) – Whether the participant is muted.

  • is_left (bool, optional) – Whether the participant has left.

  • is_just_joined (bool, optional) – Whether the participant has just joined.

  • is_muted_by_you (bool, optional) – Whether this participant was muted by the current user.

  • is_volume_by_admin (bool, optional) – Whether our volume can only changed by an admin.

  • is_self (bool, optional) – Whether this participant is the current user.

  • is_video_joined (bool, optional) – Whether this participant is currently broadcasting video.

  • is_hand_raised (bool, optional) – Whether this participant is raised hand.

  • is_video_enabled (bool, optional) – Whether this participant is currently broadcasting video.

  • is_screen_sharing_enabled (bool, optional) – Whether this participant is currently shared screen.