const github.com/gotd/td/tg.ChannelLocationTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_channel_location_gen.go#L148: const ChannelLocationTypeID = 0x209b82db
tl_channel_location_gen.go#L199: return ChannelLocationTypeID
tl_channel_location_gen.go#L211: ID: ChannelLocationTypeID,
tl_channel_location_gen.go#L235: b.PutID(ChannelLocationTypeID)
tl_channel_location_gen.go#L259: if err := b.ConsumeID(ChannelLocationTypeID); err != nil {
tl_channel_location_gen.go#L367: case ChannelLocationTypeID:
tl_registry_gen.go#L965: ChannelLocationTypeID: "channelLocation#209b82db",
tl_registry_gen.go#L2747: "channelLocation": ChannelLocationTypeID,
tl_registry_gen.go#L4529: ChannelLocationTypeID: func() bin.Object { return &ChannelLocation{} },
tl_registry_gen.go#L5550: ChannelLocationTypeID,
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. |