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

12 uses

	github.com/gotd/td/tg (current package)
		tl_rich_text_slices_gen.go#L302: func (s RichTextClassArray) AsTextAnchor() (to TextAnchorArray) {
		tl_rich_text_slices_gen.go#L1645: type TextAnchorArray []TextAnchor
		tl_rich_text_slices_gen.go#L1648: func (s TextAnchorArray) Sort(less func(a, b TextAnchor) bool) TextAnchorArray {
		tl_rich_text_slices_gen.go#L1656: func (s TextAnchorArray) SortStable(less func(a, b TextAnchor) bool) TextAnchorArray {
		tl_rich_text_slices_gen.go#L1664: func (s TextAnchorArray) Retain(keep func(x TextAnchor) bool) TextAnchorArray {
		tl_rich_text_slices_gen.go#L1678: func (s TextAnchorArray) First() (v TextAnchor, ok bool) {
		tl_rich_text_slices_gen.go#L1686: func (s TextAnchorArray) Last() (v TextAnchor, ok bool) {
		tl_rich_text_slices_gen.go#L1694: func (s *TextAnchorArray) PopFirst() (v TextAnchor, ok bool) {
		tl_rich_text_slices_gen.go#L1713: func (s *TextAnchorArray) Pop() (v TextAnchor, ok bool) {