ChatInviteImporter
- class pyrogram.raw.types.ChatInviteImporter
When and which user joined the chat using a chat invite
Constructor of
ChatInviteImporter.- Details:
Layer:
223ID:
8C5ADFD9
- Parameters:
user_id (
int64-bit) – The userdate (
int32-bit) – When did the user joinrequested (
bool, optional) – Whether this user currently has a pending join request »via_chatlist (
bool, optional) – The participant joined by importing a chat folder deep link ».about (
str, optional) – For users with pending requests, contains bio of the user that requested to joinapproved_by (
int64-bit, optional) – The administrator that approved the join request » of the user
TL Schema
chatInviteImporter#8c5adfd9
flags:#
requested:flags.0?true
via_chatlist:flags.3?true
user_id:long
date:int
about:flags.2?string
approved_by:flags.1?long
= ChatInviteImporter
Parameter Tree
ChatInviteImporter
├── requested →
true (optional)├── via_chatlist →
true (optional)├── user_id →
long├── date →
int├── about →
string (optional)└── approved_by →
long (optional)Example
ChatInviteImporter(
user_id=0,
date=0,
)