Skip to main content

missingInvitee

Info about why a specific user could not be invited ».

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

Fields

NameTypeRequiredDescription
PremiumWouldAllowInviteboolIf set, we could not add the user only because the current account needs to purchase a Telegram Premium subscription to complete the operation.
PremiumRequiredForPmboolIf set, we could not add the user because of their privacy settings, and additionally, the current account needs to purchase a Telegram Premium subscription to directly share an invite link with the user via a private message.
UserIDint64yesID of the user. If neither of the flags below are set, we could not add the user because of their privacy settings, and we can create and directly share an invite link with them using a normal message, instead.

References