const github.com/gotd/td/tg.UpdateChannelPinnedTopicTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L1184: u.handlers[UpdateChannelPinnedTopicTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L371: UpdateChannelPinnedTopicTypeID: "updateChannelPinnedTopic#192efbe3",
tl_registry_gen.go#L2153: "updateChannelPinnedTopic": UpdateChannelPinnedTopicTypeID,
tl_registry_gen.go#L3935: UpdateChannelPinnedTopicTypeID: func() bin.Object { return &UpdateChannelPinnedTopic{} },
tl_registry_gen.go#L6632: UpdateChannelPinnedTopicTypeID,
tl_update_gen.go#L21876: const UpdateChannelPinnedTopicTypeID = 0x192efbe3
tl_update_gen.go#L21935: return UpdateChannelPinnedTopicTypeID
tl_update_gen.go#L21947: ID: UpdateChannelPinnedTopicTypeID,
tl_update_gen.go#L21983: b.PutID(UpdateChannelPinnedTopicTypeID)
tl_update_gen.go#L22006: if err := b.ConsumeID(UpdateChannelPinnedTopicTypeID); err != nil {
tl_update_gen.go#L25698: case UpdateChannelPinnedTopicTypeID:
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. |