type github.com/gotd/td/tg.TextSuperscriptArray

12 uses

	github.com/gotd/td/tg (current package)
		tl_rich_text_slices_gen.go#L250: func (s RichTextClassArray) AsTextSuperscript() (to TextSuperscriptArray) {
		tl_rich_text_slices_gen.go#L1317: type TextSuperscriptArray []TextSuperscript
		tl_rich_text_slices_gen.go#L1320: func (s TextSuperscriptArray) Sort(less func(a, b TextSuperscript) bool) TextSuperscriptArray {
		tl_rich_text_slices_gen.go#L1328: func (s TextSuperscriptArray) SortStable(less func(a, b TextSuperscript) bool) TextSuperscriptArray {
		tl_rich_text_slices_gen.go#L1336: func (s TextSuperscriptArray) Retain(keep func(x TextSuperscript) bool) TextSuperscriptArray {
		tl_rich_text_slices_gen.go#L1350: func (s TextSuperscriptArray) First() (v TextSuperscript, ok bool) {
		tl_rich_text_slices_gen.go#L1358: func (s TextSuperscriptArray) Last() (v TextSuperscript, ok bool) {
		tl_rich_text_slices_gen.go#L1366: func (s *TextSuperscriptArray) PopFirst() (v TextSuperscript, ok bool) {
		tl_rich_text_slices_gen.go#L1385: func (s *TextSuperscriptArray) Pop() (v TextSuperscript, ok bool) {