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

12 uses

	github.com/gotd/td/tg (current package)
		tl_rich_text_slices_gen.go#L120: func (s RichTextClassArray) AsTextPlain() (to TextPlainArray) {
		tl_rich_text_slices_gen.go#L484: type TextPlainArray []TextPlain
		tl_rich_text_slices_gen.go#L487: func (s TextPlainArray) Sort(less func(a, b TextPlain) bool) TextPlainArray {
		tl_rich_text_slices_gen.go#L495: func (s TextPlainArray) SortStable(less func(a, b TextPlain) bool) TextPlainArray {
		tl_rich_text_slices_gen.go#L503: func (s TextPlainArray) Retain(keep func(x TextPlain) bool) TextPlainArray {
		tl_rich_text_slices_gen.go#L517: func (s TextPlainArray) First() (v TextPlain, ok bool) {
		tl_rich_text_slices_gen.go#L525: func (s TextPlainArray) Last() (v TextPlain, ok bool) {
		tl_rich_text_slices_gen.go#L533: func (s *TextPlainArray) PopFirst() (v TextPlain, ok bool) {
		tl_rich_text_slices_gen.go#L552: func (s *TextPlainArray) Pop() (v TextPlain, ok bool) {