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#L1135: type TextSuperscriptArray []TextSuperscript
		tl_rich_text_slices_gen.go#L1138: func (s TextSuperscriptArray) Sort(less func(a, b TextSuperscript) bool) TextSuperscriptArray {
		tl_rich_text_slices_gen.go#L1146: func (s TextSuperscriptArray) SortStable(less func(a, b TextSuperscript) bool) TextSuperscriptArray {
		tl_rich_text_slices_gen.go#L1154: func (s TextSuperscriptArray) Retain(keep func(x TextSuperscript) bool) TextSuperscriptArray {
		tl_rich_text_slices_gen.go#L1168: func (s TextSuperscriptArray) First() (v TextSuperscript, ok bool) {
		tl_rich_text_slices_gen.go#L1176: func (s TextSuperscriptArray) Last() (v TextSuperscript, ok bool) {
		tl_rich_text_slices_gen.go#L1184: func (s *TextSuperscriptArray) PopFirst() (v TextSuperscript, ok bool) {
		tl_rich_text_slices_gen.go#L1203: func (s *TextSuperscriptArray) Pop() (v TextSuperscript, ok bool) {