Skip to content

messages.deleteParticipantReaction

Layer 225

Constructor ID: 0xe3b7f82c
Returns: Updates

Parameters

NameTypeDescription
peerInputPeer
msg_idint32
participantInputPeer

Example

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

Released under the Apache-2.0 License.