ExportedChatInvite

class pyrogram.raw.base.ExportedChatInvite

Exported chat invite

Constructors:

This base type has 2 constructors available.

ChatInviteExported

Exported chat invite

ChatInvitePublicJoinRequests

Used in updates and in the channel log to indicate when a user is requesting to join or has joined a discussion group

Functions:

This object can be returned by 1 function.

messages.ExportChatInvite

Export an invite link for a chat

TL Schema


Parameter Tree

ExportedChatInvite
│ ├── revoked → true (optional)
│ ├── permanent → true (optional)
│ ├── request_needed → true (optional)
│ ├── link → string
│ ├── admin_id → long
│ ├── date → int
│ ├── start_date → int (optional)
│ ├── expire_date → int (optional)
│ ├── usage_limit → int (optional)
│ ├── usage → int (optional)
│ ├── requested → int (optional)
│ ├── subscription_expired → int (optional)
│ ├── title → string (optional)
│ └── subscription_pricing → StarsSubscriptionPricing (optional)
│ ├── period → int
│ └── amount → long

Example