messages.deleteParticipantReactions
Layer 225
Constructor ID: 0xa0b80cf8
Returns: Bool
Parameters
| Name | Type | Description |
|---|---|---|
peer | InputPeer | |
participant | InputPeer |
Example
go
result, err := client.Raw(&tg.DeleteParticipantReactionsRequest{
peer: nil, // InputPeer
participant: nil, // InputPeer
})
if err != nil {
panic(err)
}
print(result)