Skip to content

messages.reportReaction

Layer 225

Constructor ID: 0x3f64c076
Returns: Bool

Parameters

NameTypeDescription
peerInputPeer
idint32
reaction_peerInputPeer

Example

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

Released under the Apache-2.0 License.