messages.reportReaction
Layer 225
Constructor ID: 0x3f64c076
Returns: Bool
Parameters
| Name | Type | Description |
|---|---|---|
peer | InputPeer | |
id | int32 | |
reaction_peer | InputPeer |
Example
go
result, err := client.Raw(&tg.ReportReactionRequest{
peer: nil, // InputPeer
id: 0,
reaction_peer: nil, // InputPeer
})
if err != nil {
panic(err)
}
print(result)