Layer 220
constructor
paidReactionPrivacyPeer#dc6cfcf0 peer:InputPeer = PaidReactionPrivacy;

Parameters

Name Type Description
Peer InputPeer The peer to send reactions as.

Gogram Example

// Creating PaidReactionPrivacyPeer constructor
obj := &tg.PaidReactionPrivacyPeer{
    Peer: &tg.InputPeerUser{UserID: int64(123456789)},
}