const github.com/gotd/td/tg.InputChannelTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_channel_gen.go#L151: const InputChannelTypeID = 0xf35aec28
tl_input_channel_gen.go#L202: return InputChannelTypeID
tl_input_channel_gen.go#L214: ID: InputChannelTypeID,
tl_input_channel_gen.go#L238: b.PutID(InputChannelTypeID)
tl_input_channel_gen.go#L257: if err := b.ConsumeID(InputChannelTypeID); err != nil {
tl_input_channel_gen.go#L594: case InputChannelTypeID:
tl_registry_gen.go#L585: InputChannelTypeID: "inputChannel#f35aec28",
tl_registry_gen.go#L2367: "inputChannel": InputChannelTypeID,
tl_registry_gen.go#L4149: InputChannelTypeID: func() bin.Object { return &InputChannel{} },
tl_registry_gen.go#L5792: InputChannelTypeID,
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. |