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#L1399: type TextMarkedArray []TextMarked
		tl_rich_text_slices_gen.go#L1402: func (s TextMarkedArray) Sort(less func(a, b TextMarked) bool) TextMarkedArray {
		tl_rich_text_slices_gen.go#L1410: func (s TextMarkedArray) SortStable(less func(a, b TextMarked) bool) TextMarkedArray {
		tl_rich_text_slices_gen.go#L1418: func (s TextMarkedArray) Retain(keep func(x TextMarked) bool) TextMarkedArray {
		tl_rich_text_slices_gen.go#L1432: func (s TextMarkedArray) First() (v TextMarked, ok bool) {
		tl_rich_text_slices_gen.go#L1440: func (s TextMarkedArray) Last() (v TextMarked, ok bool) {
		tl_rich_text_slices_gen.go#L1448: func (s *TextMarkedArray) PopFirst() (v TextMarked, ok bool) {
		tl_rich_text_slices_gen.go#L1467: func (s *TextMarkedArray) Pop() (v TextMarked, ok bool) {