const github.com/gotd/td/tg.PeerLocatedTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_peer_located_gen.go#L48: const PeerLocatedTypeID = 0xca461b5d
tl_peer_located_gen.go#L104: return PeerLocatedTypeID
tl_peer_located_gen.go#L116: ID: PeerLocatedTypeID,
tl_peer_located_gen.go#L144: b.PutID(PeerLocatedTypeID)
tl_peer_located_gen.go#L169: if err := b.ConsumeID(PeerLocatedTypeID); err != nil {
tl_peer_located_gen.go#L410: case PeerLocatedTypeID:
tl_registry_gen.go#L966: PeerLocatedTypeID: "peerLocated#ca461b5d",
tl_registry_gen.go#L2748: "peerLocated": PeerLocatedTypeID,
tl_registry_gen.go#L4530: PeerLocatedTypeID: func() bin.Object { return &PeerLocated{} },
tl_registry_gen.go#L6283: PeerLocatedTypeID,
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. |