ChatJoinRequest#

class pyrogram.types.ChatJoinRequest#

Represents a join request sent to a chat.

Parameters:
  • chat (Chat) – Chat to which the request was sent.

  • from_user (User) – User that sent the join request.

  • date (datetime) – Date the request was sent.

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

  • invite_link (ChatInviteLink, optional) – Chat invite link that was used by the user to send the join request.