const github.com/gotd/td/tg.NotifyPeerTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_notify_peer_gen.go#L44: const NotifyPeerTypeID = 0x9fd40bd8
tl_notify_peer_gen.go#L90: return NotifyPeerTypeID
tl_notify_peer_gen.go#L102: ID: NotifyPeerTypeID,
tl_notify_peer_gen.go#L122: b.PutID(NotifyPeerTypeID)
tl_notify_peer_gen.go#L145: if err := b.ConsumeID(NotifyPeerTypeID); err != nil {
tl_notify_peer_gen.go#L701: case NotifyPeerTypeID:
tl_registry_gen.go#L432: NotifyPeerTypeID: "notifyPeer#9fd40bd8",
tl_registry_gen.go#L2214: "notifyPeer": NotifyPeerTypeID,
tl_registry_gen.go#L3996: NotifyPeerTypeID: func() bin.Object { return &NotifyPeer{} },
tl_registry_gen.go#L6220: NotifyPeerTypeID,
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. |