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

12 uses

	github.com/gotd/td/tg (current package)
		tl_rich_text_slices_gen.go#L237: func (s RichTextClassArray) AsTextSubscript() (to TextSubscriptArray) {
		tl_rich_text_slices_gen.go#L1053: type TextSubscriptArray []TextSubscript
		tl_rich_text_slices_gen.go#L1056: func (s TextSubscriptArray) Sort(less func(a, b TextSubscript) bool) TextSubscriptArray {
		tl_rich_text_slices_gen.go#L1064: func (s TextSubscriptArray) SortStable(less func(a, b TextSubscript) bool) TextSubscriptArray {
		tl_rich_text_slices_gen.go#L1072: func (s TextSubscriptArray) Retain(keep func(x TextSubscript) bool) TextSubscriptArray {
		tl_rich_text_slices_gen.go#L1086: func (s TextSubscriptArray) First() (v TextSubscript, ok bool) {
		tl_rich_text_slices_gen.go#L1094: func (s TextSubscriptArray) Last() (v TextSubscript, ok bool) {
		tl_rich_text_slices_gen.go#L1102: func (s *TextSubscriptArray) PopFirst() (v TextSubscript, ok bool) {
		tl_rich_text_slices_gen.go#L1121: func (s *TextSubscriptArray) Pop() (v TextSubscript, ok bool) {