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#L315: type TextPlainArray []TextPlain
		tl_rich_text_slices_gen.go#L318: func (s TextPlainArray) Sort(less func(a, b TextPlain) bool) TextPlainArray {
		tl_rich_text_slices_gen.go#L326: func (s TextPlainArray) SortStable(less func(a, b TextPlain) bool) TextPlainArray {
		tl_rich_text_slices_gen.go#L334: func (s TextPlainArray) Retain(keep func(x TextPlain) bool) TextPlainArray {
		tl_rich_text_slices_gen.go#L348: func (s TextPlainArray) First() (v TextPlain, ok bool) {
		tl_rich_text_slices_gen.go#L356: func (s TextPlainArray) Last() (v TextPlain, ok bool) {
		tl_rich_text_slices_gen.go#L364: func (s *TextPlainArray) PopFirst() (v TextPlain, ok bool) {
		tl_rich_text_slices_gen.go#L383: func (s *TextPlainArray) Pop() (v TextPlain, ok bool) {