github.com/gotd/td/tg.MessageService.PeerID (field)
8 uses
github.com/gotd/td/tg (current package)
tl_message_gen.go#L1756: PeerID PeerClass
tl_message_gen.go#L1819: if !(m.PeerID == nil) {
tl_message_gen.go#L1874: m.PeerID = from.GetPeerID()
tl_message_gen.go#L2033: if m.PeerID == nil {
tl_message_gen.go#L2036: if err := m.PeerID.Encode(b); err != nil {
tl_message_gen.go#L2106: m.PeerID = value
tl_message_gen.go#L2284: return m.PeerID
tl_updates_classifier_gen.go#L128: peer := msg.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. |