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

12 uses

	github.com/gotd/td/tg (current package)
		tl_rich_text_slices_gen.go#L263: func (s RichTextClassArray) AsTextMarked() (to TextMarkedArray) {
		tl_rich_text_slices_gen.go#L1217: type TextMarkedArray []TextMarked
		tl_rich_text_slices_gen.go#L1220: func (s TextMarkedArray) Sort(less func(a, b TextMarked) bool) TextMarkedArray {
		tl_rich_text_slices_gen.go#L1228: func (s TextMarkedArray) SortStable(less func(a, b TextMarked) bool) TextMarkedArray {
		tl_rich_text_slices_gen.go#L1236: func (s TextMarkedArray) Retain(keep func(x TextMarked) bool) TextMarkedArray {
		tl_rich_text_slices_gen.go#L1250: func (s TextMarkedArray) First() (v TextMarked, ok bool) {
		tl_rich_text_slices_gen.go#L1258: func (s TextMarkedArray) Last() (v TextMarked, ok bool) {
		tl_rich_text_slices_gen.go#L1266: func (s *TextMarkedArray) PopFirst() (v TextMarked, ok bool) {
		tl_rich_text_slices_gen.go#L1285: func (s *TextMarkedArray) Pop() (v TextMarked, ok bool) {