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
│ ├── revokedtrue (optional)
│ ├── permanenttrue (optional)
│ ├── request_neededtrue (optional)
│ ├── linkstring
│ ├── admin_idlong
│ ├── dateint
│ ├── start_dateint (optional)
│ ├── expire_dateint (optional)
│ ├── usage_limitint (optional)
│ ├── usageint (optional)
│ ├── requestedint (optional)
│ ├── subscription_expiredint (optional)
│ ├── titlestring (optional)
│ └── subscription_pricingStarsSubscriptionPricing (optional)
│ ├── periodint
│ └── amountlong

Example