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) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |