const github.com/gotd/td/tg.PeerChannelTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_peer_gen.go#L314: const PeerChannelTypeID = 0xa2a5371e
tl_peer_gen.go#L360: return PeerChannelTypeID
tl_peer_gen.go#L372: ID: PeerChannelTypeID,
tl_peer_gen.go#L392: b.PutID(PeerChannelTypeID)
tl_peer_gen.go#L410: if err := b.ConsumeID(PeerChannelTypeID); err != nil {
tl_peer_gen.go#L506: case PeerChannelTypeID:
tl_registry_gen.go#L95: PeerChannelTypeID: "peerChannel#a2a5371e",
tl_registry_gen.go#L1877: "peerChannel": PeerChannelTypeID,
tl_registry_gen.go#L3659: PeerChannelTypeID: func() bin.Object { return &PeerChannel{} },
tl_registry_gen.go#L6280: PeerChannelTypeID,
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. |