const github.com/gotd/td/tg.InputPeerChannelTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_peer_gen.go#L553: const InputPeerChannelTypeID = 0x27bcbbfc
tl_input_peer_gen.go#L604: return InputPeerChannelTypeID
tl_input_peer_gen.go#L616: ID: InputPeerChannelTypeID,
tl_input_peer_gen.go#L640: b.PutID(InputPeerChannelTypeID)
tl_input_peer_gen.go#L659: if err := b.ConsumeID(InputPeerChannelTypeID); err != nil {
tl_input_peer_gen.go#L1174: case InputPeerChannelTypeID:
tl_registry_gen.go#L49: InputPeerChannelTypeID: "inputPeerChannel#27bcbbfc",
tl_registry_gen.go#L1831: "inputPeerChannel": InputPeerChannelTypeID,
tl_registry_gen.go#L3613: InputPeerChannelTypeID: func() bin.Object { return &InputPeerChannel{} },
tl_registry_gen.go#L5892: InputPeerChannelTypeID,
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. |