GroupCallParticipant#

class pyrogram.types.GroupCallParticipant#

Represents a group call participant

Parameters:
  • participant (Chat, optional) – Identifier of the group call participant

  • 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_level (int, optional) – Participant’s volume level, if not set the volume is set to 100%.

  • can_unmute_self (bool, optional) – True, if the participant is muted for all users, but can unmute themselves

  • is_muted_for_all_users (bool, optional) – True, if the participant is muted for all users

  • is_current_user (bool, optional) – True, if the participant is the current user

  • 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_video_joined (bool, optional) – Whether this participant is currently broadcasting video.

  • is_hand_raised (bool, optional) – True, if the participant hand is raised

  • 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.