Layer 227
ChannelAdminLogEventActionParticipantEditRank
A participant's tag was changed.
constructor
channelAdminLogEventActionParticipantEditRank#5806b4ec user_id:long prev_rank:string new_rank:string = ChannelAdminLogEventAction;
Parameters
| Name | Type | Description |
|---|---|---|
| UserId | long | The user ID. |
| PrevRank | string | The previous tag. |
| NewRank | string | The new tag. |
Returns
ChannelAdminLogEventActionGogram Example
// Creating ChannelAdminLogEventActionParticipantEditRank constructor obj := &tg.ChannelAdminLogEventActionParticipantEditRank{ UserId: int64(1234567890), PrevRank: "Hello, World!", NewRank: "Hello, World!", }