const github.com/gotd/td/tg.InputChannelEmptyTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_channel_gen.go#L42: const InputChannelEmptyTypeID = 0xee8c1e86
tl_input_channel_gen.go#L78: return InputChannelEmptyTypeID
tl_input_channel_gen.go#L90: ID: InputChannelEmptyTypeID,
tl_input_channel_gen.go#L105: b.PutID(InputChannelEmptyTypeID)
tl_input_channel_gen.go#L122: if err := b.ConsumeID(InputChannelEmptyTypeID); err != nil {
tl_input_channel_gen.go#L587: case InputChannelEmptyTypeID:
tl_registry_gen.go#L584: InputChannelEmptyTypeID: "inputChannelEmpty#ee8c1e86",
tl_registry_gen.go#L2366: "inputChannelEmpty": InputChannelEmptyTypeID,
tl_registry_gen.go#L4148: InputChannelEmptyTypeID: func() bin.Object { return &InputChannelEmpty{} },
tl_registry_gen.go#L5791: InputChannelEmptyTypeID,
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. |