MissingInvitee#

class pyrogram.raw.types.MissingInvitee#

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

Constructor of MissingInvitee.

Details:
  • Layer: 187

  • ID: 628C9224

Parameters:
  • user_id (int 64-bit) – ID 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.

  • premium_would_allow_invite (bool, optional) – If set, we could not add the user only because the current account needs to purchase a Telegram Premium subscription to complete the operation.

  • premium_required_for_pm (bool, optional) – If 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.