const github.com/gotd/td/tg.ChannelLocationEmptyTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_channel_location_gen.go#L42: const ChannelLocationEmptyTypeID = 0xbfb5ad8b
tl_channel_location_gen.go#L78: return ChannelLocationEmptyTypeID
tl_channel_location_gen.go#L90: ID: ChannelLocationEmptyTypeID,
tl_channel_location_gen.go#L105: b.PutID(ChannelLocationEmptyTypeID)
tl_channel_location_gen.go#L122: if err := b.ConsumeID(ChannelLocationEmptyTypeID); err != nil {
tl_channel_location_gen.go#L360: case ChannelLocationEmptyTypeID:
tl_registry_gen.go#L964: ChannelLocationEmptyTypeID: "channelLocationEmpty#bfb5ad8b",
tl_registry_gen.go#L2746: "channelLocationEmpty": ChannelLocationEmptyTypeID,
tl_registry_gen.go#L4528: ChannelLocationEmptyTypeID: func() bin.Object { return &ChannelLocationEmpty{} },
tl_registry_gen.go#L5549: ChannelLocationEmptyTypeID,
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. |