ChatJoiner#

class pyrogram.types.ChatJoiner#

Contains information about a joiner member of a chat.

Parameters:
  • user (User) – Information about the user.

  • date (datetime) – Date when the user joined.

  • bio (str, optional) – Bio of the user.

  • pending (bool, optional) – True in case the chat joiner has a pending request.

  • approved_by (User, optional) – Administrator who approved this chat joiner.