const github.com/gotd/td/tg.TextSuperscriptTypeID

10 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L703: 		TextSuperscriptTypeID:                                    "textSuperscript#c7fb5e01",
		tl_registry_gen.go#L2485: 		"textSuperscript":                                    TextSuperscriptTypeID,
		tl_registry_gen.go#L4267: 		TextSuperscriptTypeID:                                    func() bin.Object { return &TextSuperscript{} },
		tl_registry_gen.go#L6398: 			TextSuperscriptTypeID,
		tl_rich_text_gen.go#L1640: const TextSuperscriptTypeID = 0xc7fb5e01
		tl_rich_text_gen.go#L1686: 	return TextSuperscriptTypeID
		tl_rich_text_gen.go#L1698: 		ID:   TextSuperscriptTypeID,
		tl_rich_text_gen.go#L1718: 	b.PutID(TextSuperscriptTypeID)
		tl_rich_text_gen.go#L1741: 	if err := b.ConsumeID(TextSuperscriptTypeID); err != nil {
		tl_rich_text_gen.go#L2568: 	case TextSuperscriptTypeID: