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#L6134: type UpdatePhoneCallArray []UpdatePhoneCall
		tl_update_slices_gen.go#L6137: func (s UpdatePhoneCallArray) Sort(less func(a, b UpdatePhoneCall) bool) UpdatePhoneCallArray {
		tl_update_slices_gen.go#L6145: func (s UpdatePhoneCallArray) SortStable(less func(a, b UpdatePhoneCall) bool) UpdatePhoneCallArray {
		tl_update_slices_gen.go#L6153: func (s UpdatePhoneCallArray) Retain(keep func(x UpdatePhoneCall) bool) UpdatePhoneCallArray {
		tl_update_slices_gen.go#L6167: func (s UpdatePhoneCallArray) First() (v UpdatePhoneCall, ok bool) {
		tl_update_slices_gen.go#L6175: func (s UpdatePhoneCallArray) Last() (v UpdatePhoneCall, ok bool) {
		tl_update_slices_gen.go#L6183: func (s *UpdatePhoneCallArray) PopFirst() (v UpdatePhoneCall, ok bool) {
		tl_update_slices_gen.go#L6202: func (s *UpdatePhoneCallArray) Pop() (v UpdatePhoneCall, ok bool) {