ChatInviteImporter#

class pyrogram.raw.types.ChatInviteImporter#

When and which user joined the chat using a chat invite.

Constructor of ChatInviteImporter.

Details:
  • Layer: 158

  • ID: 8C5ADFD9

Parameters:
  • user_id (int 64-bit) – The user.

  • date (int 32-bit) – When did the user join.

  • requested (bool, optional) – Whether this user currently has a pending join request.

  • via_chatlist (bool, optional) – The participant joined by importing a chat folder deep link.

  • about (str, optional) – For users with pending requests, contains bio of the user that requested to join.

  • approved_by (int 64-bit, optional) – The administrator that approved the join request » of the user.