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: