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#L1463: type TextAnchorArray []TextAnchor
		tl_rich_text_slices_gen.go#L1466: func (s TextAnchorArray) Sort(less func(a, b TextAnchor) bool) TextAnchorArray {
		tl_rich_text_slices_gen.go#L1474: func (s TextAnchorArray) SortStable(less func(a, b TextAnchor) bool) TextAnchorArray {
		tl_rich_text_slices_gen.go#L1482: func (s TextAnchorArray) Retain(keep func(x TextAnchor) bool) TextAnchorArray {
		tl_rich_text_slices_gen.go#L1496: func (s TextAnchorArray) First() (v TextAnchor, ok bool) {
		tl_rich_text_slices_gen.go#L1504: func (s TextAnchorArray) Last() (v TextAnchor, ok bool) {
		tl_rich_text_slices_gen.go#L1512: func (s *TextAnchorArray) PopFirst() (v TextAnchor, ok bool) {
		tl_rich_text_slices_gen.go#L1531: func (s *TextAnchorArray) Pop() (v TextAnchor, ok bool) {