type github.com/gotd/td/tg.UpdatePhoneCallArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L757: func (s UpdateClassArray) AsUpdatePhoneCall() (to UpdatePhoneCallArray) {
tl_update_slices_gen.go#L5627: type UpdatePhoneCallArray []UpdatePhoneCall
tl_update_slices_gen.go#L5630: func (s UpdatePhoneCallArray) Sort(less func(a, b UpdatePhoneCall) bool) UpdatePhoneCallArray {
tl_update_slices_gen.go#L5638: func (s UpdatePhoneCallArray) SortStable(less func(a, b UpdatePhoneCall) bool) UpdatePhoneCallArray {
tl_update_slices_gen.go#L5646: func (s UpdatePhoneCallArray) Retain(keep func(x UpdatePhoneCall) bool) UpdatePhoneCallArray {
tl_update_slices_gen.go#L5660: func (s UpdatePhoneCallArray) First() (v UpdatePhoneCall, ok bool) {
tl_update_slices_gen.go#L5668: func (s UpdatePhoneCallArray) Last() (v UpdatePhoneCall, ok bool) {
tl_update_slices_gen.go#L5676: func (s *UpdatePhoneCallArray) PopFirst() (v UpdatePhoneCall, ok bool) {
tl_update_slices_gen.go#L5695: func (s *UpdatePhoneCallArray) Pop() (v UpdatePhoneCall, 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. |