const github.com/gotd/td/tg.PeerBlockedTypeID
8 uses
github.com/gotd/td/tg (current package)
tl_peer_blocked_gen.go#L46: const PeerBlockedTypeID = 0xe8fd8014
tl_peer_blocked_gen.go#L92: return PeerBlockedTypeID
tl_peer_blocked_gen.go#L104: ID: PeerBlockedTypeID,
tl_peer_blocked_gen.go#L128: b.PutID(PeerBlockedTypeID)
tl_peer_blocked_gen.go#L152: if err := b.ConsumeID(PeerBlockedTypeID); err != nil {
tl_registry_gen.go#L1022: PeerBlockedTypeID: "peerBlocked#e8fd8014",
tl_registry_gen.go#L2804: "peerBlocked": PeerBlockedTypeID,
tl_registry_gen.go#L4586: PeerBlockedTypeID: func() bin.Object { return &PeerBlocked{} },
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. |