const github.com/gotd/td/tg.PeerSelfLocatedTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_peer_located_gen.go#L238: const PeerSelfLocatedTypeID = 0xf8ec284b
tl_peer_located_gen.go#L284: return PeerSelfLocatedTypeID
tl_peer_located_gen.go#L296: ID: PeerSelfLocatedTypeID,
tl_peer_located_gen.go#L316: b.PutID(PeerSelfLocatedTypeID)
tl_peer_located_gen.go#L334: if err := b.ConsumeID(PeerSelfLocatedTypeID); err != nil {
tl_peer_located_gen.go#L417: case PeerSelfLocatedTypeID:
tl_registry_gen.go#L967: PeerSelfLocatedTypeID: "peerSelfLocated#f8ec284b",
tl_registry_gen.go#L2749: "peerSelfLocated": PeerSelfLocatedTypeID,
tl_registry_gen.go#L4531: PeerSelfLocatedTypeID: func() bin.Object { return &PeerSelfLocated{} },
tl_registry_gen.go#L6284: PeerSelfLocatedTypeID,
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. |