Layer 224
constructor
channelAdminLogEventActionParticipantEditRank#5806b4ec user_id:long prev_rank:string new_rank:string = ChannelAdminLogEventAction;

Parameters

Name Type Description
UserId long
PrevRank string
NewRank string

Gogram Example

// Creating ChannelAdminLogEventActionParticipantEditRank constructor
obj := &tg.ChannelAdminLogEventActionParticipantEditRank{
    UserId: int64(1234567890),
    PrevRank: "Hello, World!",
    NewRank: "Hello, World!",
}