Skip to content

messages.deleteParticipantReactions

Layer 225

Constructor ID: 0xa0b80cf8
Returns: Bool

Parameters

NameTypeDescription
peerInputPeer
participantInputPeer

Example

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

Released under the Apache-2.0 License.