Layer 224
method Users Bots
messages.editChatParticipantRank#a00f32b0 peer:InputPeer participant:InputPeer rank:string = Updates;

Parameters

Name Type Description
Peer InputPeer
Participant InputPeer
Rank string

Returns

Updates

Gogram Example

// MessagesEditChatParticipantRank - positional arguments
result, err := client.MessagesEditChatParticipantRank(&tg.InputPeerUser{UserID: int64(777000)}, &tg.InputPeerUser{UserID: int64(777000)}, "Hello, World!")
if err != nil {
    // handle error
}
// result is *tg.Updates