messages.togglePaidReactionPrivacy
Layer 225
Constructor ID: 0x435885b5
Returns: Bool
Parameters
| Name | Type | Description |
|---|---|---|
peer | InputPeer | |
msg_id | int32 | |
private | PaidReactionPrivacy |
Example
go
result, err := client.Raw(&tg.TogglePaidReactionPrivacyRequest{
peer: nil, // InputPeer
msg_id: 0,
private: nil, // PaidReactionPrivacy
})
if err != nil {
panic(err)
}
print(result)