Skip to main content

chatInviteExported

Exported chat invite

type tg.ChatInviteExported struct { /* ... */ }

Implements ExportedChatInvite.

Fields

NameTypeRequiredDescription
RevokedboolWhether this chat invite was revoked
PermanentboolWhether this chat invite has no expiration
RequestNeededboolWhether users importing this invite link will have to be approved to join the channel or group
LinkstringyesChat invitation link
AdminIDint64yesID of the admin that created this chat invite
DateintyesWhen was this chat invite created
StartDateintWhen was this chat invite last modified
ExpireDateintWhen does this chat invite expire
UsageLimitintMaximum number of users that can join using this link
UsageintHow many users joined using this link
RequestedintNumber of users that have already used this link to join
SubscriptionExpiredintFor Telegram Star subscriptions », contains the number of chat members which have already joined the chat using the link, but have already left due to expiration of their subscription.
TitlestringCustom description for the invite link, visible only to admins
SubscriptionPricingStarsSubscriptionPricingFor Telegram Star subscriptions », contains the pricing of the subscription the user must activate to join the private channel.

References