github.com/gotd/td/tg.MessagePeerReaction.PeerID (field)
7 uses
github.com/gotd/td/tg (current package)
tl_message_peer_reaction_gen.go#L61: PeerID PeerClass
tl_message_peer_reaction_gen.go#L95: if !(m.PeerID == nil) {
tl_message_peer_reaction_gen.go#L129: m.PeerID = from.GetPeerID()
tl_message_peer_reaction_gen.go#L219: if m.PeerID == nil {
tl_message_peer_reaction_gen.go#L222: if err := m.PeerID.Encode(b); err != nil {
tl_message_peer_reaction_gen.go#L264: m.PeerID = value
tl_message_peer_reaction_gen.go#L345: return m.PeerID
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |