Layer 220
PaidReactionPrivacyPeer
Send paid reactions as the specified peer, fetched using channels. get Send As.
constructor
paidReactionPrivacyPeer#dc6cfcf0 peer:InputPeer = PaidReactionPrivacy;
Parameters
| Name | Type | Description |
|---|---|---|
| Peer | InputPeer | The peer to send reactions as. |
Returns
PaidReactionPrivacyGogram Example
// Creating PaidReactionPrivacyPeer constructor obj := &tg.PaidReactionPrivacyPeer{ Peer: &tg.InputPeerUser{UserID: int64(123456789)}, }