ChatParticipantCreator
- class pyrogram.raw.types.ChatParticipantCreator
Represents the creator of the group
Constructor of
ChatParticipant.- Details:
Layer:
223ID:
E1F867B8
- Parameters:
user_id (
int64-bit) – ID of the user that created the grouprank (
str, optional) – N/A
TL Schema
chatParticipantCreator#e1f867b8
flags:#
user_id:long
rank:flags.0?string
= ChatParticipant
Parameter Tree
ChatParticipantCreator
├── user_id →
long└── rank →
string (optional)Example
ChatParticipantCreator(
user_id=0,
)