type github.com/gotd/td/tg.UpdateUserPhoneArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L367: func (s UpdateClassArray) AsUpdateUserPhone() (to UpdateUserPhoneArray) {
tl_update_slices_gen.go#L3139: type UpdateUserPhoneArray []UpdateUserPhone
tl_update_slices_gen.go#L3142: func (s UpdateUserPhoneArray) Sort(less func(a, b UpdateUserPhone) bool) UpdateUserPhoneArray {
tl_update_slices_gen.go#L3150: func (s UpdateUserPhoneArray) SortStable(less func(a, b UpdateUserPhone) bool) UpdateUserPhoneArray {
tl_update_slices_gen.go#L3158: func (s UpdateUserPhoneArray) Retain(keep func(x UpdateUserPhone) bool) UpdateUserPhoneArray {
tl_update_slices_gen.go#L3172: func (s UpdateUserPhoneArray) First() (v UpdateUserPhone, ok bool) {
tl_update_slices_gen.go#L3180: func (s UpdateUserPhoneArray) Last() (v UpdateUserPhone, ok bool) {
tl_update_slices_gen.go#L3188: func (s *UpdateUserPhoneArray) PopFirst() (v UpdateUserPhone, ok bool) {
tl_update_slices_gen.go#L3207: func (s *UpdateUserPhoneArray) Pop() (v UpdateUserPhone, 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. |