ChatParticipantCreator

class pyrogram.raw.types.ChatParticipantCreator

Represents the creator of the group

Constructor of ChatParticipant.

Details:
  • Layer: 223

  • ID: E1F867B8

Parameters:
  • user_id (int 64-bit) – ID of the user that created the group

  • rank (str, optional) – N/A

TL Schema

chatParticipantCreator#e1f867b8
flags:#
user_id:long
rank:flags.0?string

= ChatParticipant

Parameter Tree

ChatParticipantCreator
├── user_idlong
└── rankstring (optional)

Example

ChatParticipantCreator(
    user_id=0,
)