type github.com/gotd/td/tg.PhoneCallRequestedArray

22 uses

	github.com/gotd/td/tg (current package)
		tl_phone_call_slices_gen.go#L214: func (s PhoneCallClassArray) AsPhoneCallRequested() (to PhoneCallRequestedArray) {
		tl_phone_call_slices_gen.go#L627: type PhoneCallRequestedArray []PhoneCallRequested
		tl_phone_call_slices_gen.go#L630: func (s PhoneCallRequestedArray) Sort(less func(a, b PhoneCallRequested) bool) PhoneCallRequestedArray {
		tl_phone_call_slices_gen.go#L638: func (s PhoneCallRequestedArray) SortStable(less func(a, b PhoneCallRequested) bool) PhoneCallRequestedArray {
		tl_phone_call_slices_gen.go#L646: func (s PhoneCallRequestedArray) Retain(keep func(x PhoneCallRequested) bool) PhoneCallRequestedArray {
		tl_phone_call_slices_gen.go#L660: func (s PhoneCallRequestedArray) First() (v PhoneCallRequested, ok bool) {
		tl_phone_call_slices_gen.go#L668: func (s PhoneCallRequestedArray) Last() (v PhoneCallRequested, ok bool) {
		tl_phone_call_slices_gen.go#L676: func (s *PhoneCallRequestedArray) PopFirst() (v PhoneCallRequested, ok bool) {
		tl_phone_call_slices_gen.go#L695: func (s *PhoneCallRequestedArray) Pop() (v PhoneCallRequested, ok bool) {
		tl_phone_call_slices_gen.go#L709: func (s PhoneCallRequestedArray) SortByID() PhoneCallRequestedArray {
		tl_phone_call_slices_gen.go#L716: func (s PhoneCallRequestedArray) SortStableByID() PhoneCallRequestedArray {
		tl_phone_call_slices_gen.go#L723: func (s PhoneCallRequestedArray) SortByDate() PhoneCallRequestedArray {
		tl_phone_call_slices_gen.go#L730: func (s PhoneCallRequestedArray) SortStableByDate() PhoneCallRequestedArray {
		tl_phone_call_slices_gen.go#L737: func (s PhoneCallRequestedArray) FillMap(to map[int64]PhoneCallRequested) {
		tl_phone_call_slices_gen.go#L744: func (s PhoneCallRequestedArray) ToMap() map[int64]PhoneCallRequested {