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

12 uses

	github.com/gotd/td/tg (current package)
		tl_rich_text_slices_gen.go#L198: func (s RichTextClassArray) AsTextURL() (to TextURLArray) {
		tl_rich_text_slices_gen.go#L807: type TextURLArray []TextURL
		tl_rich_text_slices_gen.go#L810: func (s TextURLArray) Sort(less func(a, b TextURL) bool) TextURLArray {
		tl_rich_text_slices_gen.go#L818: func (s TextURLArray) SortStable(less func(a, b TextURL) bool) TextURLArray {
		tl_rich_text_slices_gen.go#L826: func (s TextURLArray) Retain(keep func(x TextURL) bool) TextURLArray {
		tl_rich_text_slices_gen.go#L840: func (s TextURLArray) First() (v TextURL, ok bool) {
		tl_rich_text_slices_gen.go#L848: func (s TextURLArray) Last() (v TextURL, ok bool) {
		tl_rich_text_slices_gen.go#L856: func (s *TextURLArray) PopFirst() (v TextURL, ok bool) {
		tl_rich_text_slices_gen.go#L875: func (s *TextURLArray) Pop() (v TextURL, ok bool) {