ChatParticipant
- class pyrogram.raw.types.ChatParticipant
Group member.
Constructor of
ChatParticipant.- Details:
Layer:
223ID:
38E79FDE
- Parameters:
user_id (
int64-bit) – Member user IDinviter_id (
int64-bit) – ID of the user that added the member to the groupdate (
int32-bit) – Date added to the grouprank (
str, optional) – N/A
TL Schema
chatParticipant#38e79fde
flags:#
user_id:long
inviter_id:long
date:int
rank:flags.0?string
= ChatParticipant
Parameter Tree
ChatParticipant
├── user_id →
long├── inviter_id →
long├── date →
int└── rank →
string (optional)Example
ChatParticipant(
user_id=0,
inviter_id=0,
date=0,
)