Skip to content

messages.editChatParticipantRank

Layer 225

Constructor ID: 0xa00f32b0
Returns: Updates

Parameters

NameTypeDescription
peerInputPeer
participantInputPeer
rankstring

Example

go
result, err := client.Raw(&tg.EditChatParticipantRankRequest{
    peer: nil, // InputPeer
    participant: nil, // InputPeer
    rank: "",
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.