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

12 uses

	github.com/gotd/td/tg (current package)
		tl_rich_text_slices_gen.go#L276: func (s RichTextClassArray) AsTextPhone() (to TextPhoneArray) {
		tl_rich_text_slices_gen.go#L1299: type TextPhoneArray []TextPhone
		tl_rich_text_slices_gen.go#L1302: func (s TextPhoneArray) Sort(less func(a, b TextPhone) bool) TextPhoneArray {
		tl_rich_text_slices_gen.go#L1310: func (s TextPhoneArray) SortStable(less func(a, b TextPhone) bool) TextPhoneArray {
		tl_rich_text_slices_gen.go#L1318: func (s TextPhoneArray) Retain(keep func(x TextPhone) bool) TextPhoneArray {
		tl_rich_text_slices_gen.go#L1332: func (s TextPhoneArray) First() (v TextPhone, ok bool) {
		tl_rich_text_slices_gen.go#L1340: func (s TextPhoneArray) Last() (v TextPhone, ok bool) {
		tl_rich_text_slices_gen.go#L1348: func (s *TextPhoneArray) PopFirst() (v TextPhone, ok bool) {
		tl_rich_text_slices_gen.go#L1367: func (s *TextPhoneArray) Pop() (v TextPhone, ok bool) {