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) {