ChatInviteExported

class pyrogram.raw.types.ChatInviteExported

Telegram API type.

Constructor of ExportedChatInvite.

Details:
  • Layer: 187

  • ID: A22CBD96

Parameters:
  • link (str) – N/A

  • admin_id (int 64-bit) – N/A

  • date (int 32-bit) – N/A

  • revoked (bool, optional) – N/A

  • permanent (bool, optional) – N/A

  • request_needed (bool, optional) – N/A

  • start_date (int 32-bit, optional) – N/A

  • expire_date (int 32-bit, optional) – N/A

  • usage_limit (int 32-bit, optional) – N/A

  • usage (int 32-bit, optional) – N/A

  • requested (int 32-bit, optional) – N/A

  • subscription_expired (int 32-bit, optional) – N/A

  • title (str, optional) – N/A

  • subscription_pricing (StarsSubscriptionPricing, optional) – N/A

Functions:

This object can be returned by 1 function.

messages.ExportChatInvite

Telegram API function.