ChannelAdminLogEventActionParticipantEditRank
- class pyrogram.raw.types.ChannelAdminLogEventActionParticipantEditRank
Telegram API type.
Constructor of
ChannelAdminLogEventAction.- Details:
Layer:
223ID:
5806B4EC
- Parameters:
user_id (
int64-bit) – N/Aprev_rank (
str) – N/Anew_rank (
str) – N/A
TL Schema
channelAdminLogEventActionParticipantEditRank#5806b4ec
user_id:long
prev_rank:string
new_rank:string
= ChannelAdminLogEventAction
Parameter Tree
ChannelAdminLogEventActionParticipantEditRank
├── user_id →
long├── prev_rank →
string└── new_rank →
stringExample
ChannelAdminLogEventActionParticipantEditRank(
user_id=0,
prev_rank="text",
new_rank="text",
)