const github.com/gotd/td/tg.ChannelsReadHistoryRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_channels_read_history_gen.go#L52: const ChannelsReadHistoryRequestTypeID = 0xcc104937
tl_channels_read_history_gen.go#L98: return ChannelsReadHistoryRequestTypeID
tl_channels_read_history_gen.go#L110: ID: ChannelsReadHistoryRequestTypeID,
tl_channels_read_history_gen.go#L134: b.PutID(ChannelsReadHistoryRequestTypeID)
tl_channels_read_history_gen.go#L158: if err := b.ConsumeID(ChannelsReadHistoryRequestTypeID); err != nil {
tl_registry_gen.go#L1617: ChannelsReadHistoryRequestTypeID: "channels.readHistory#cc104937",
tl_registry_gen.go#L3399: "channels.readHistory": ChannelsReadHistoryRequestTypeID,
tl_registry_gen.go#L5181: ChannelsReadHistoryRequestTypeID: func() bin.Object { return &ChannelsReadHistoryRequest{} },
tl_server_gen.go#L6808: s.handlers[ChannelsReadHistoryRequestTypeID] = handler
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. |