MissingInvitee
- class pyrogram.raw.types.MissingInvitee
Info about why a specific user could not be invited ».
Constructor of
MissingInvitee.- Details:
Layer:
223ID:
628C9224
- Parameters:
user_id (
int64-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.
TL Schema
missingInvitee#628c9224
flags:#
premium_would_allow_invite:flags.0?true
premium_required_for_pm:flags.1?true
user_id:long
= MissingInvitee
Parameter Tree
true (optional)true (optional)longExample
MissingInvitee(
user_id=0,
)