ChannelAdminLogEventActionParticipantEditRank

class pyrogram.raw.types.ChannelAdminLogEventActionParticipantEditRank

Telegram API type.

Constructor of ChannelAdminLogEventAction.

Details:
  • Layer: 223

  • ID: 5806B4EC

Parameters:
  • user_id (int 64-bit) – N/A

  • prev_rank (str) – N/A

  • new_rank (str) – N/A

TL Schema

channelAdminLogEventActionParticipantEditRank#5806b4ec
user_id:long
prev_rank:string
new_rank:string

= ChannelAdminLogEventAction

Parameter Tree

ChannelAdminLogEventActionParticipantEditRank
├── user_idlong
├── prev_rankstring
└── new_rankstring

Example

ChannelAdminLogEventActionParticipantEditRank(
    user_id=0,
    prev_rank="text",
    new_rank="text",
)