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

22 uses

	github.com/gotd/td/tg (current package)
		tl_phone_call_slices_gen.go#L245: func (s PhoneCallClassArray) AsPhoneCallAccepted() (to PhoneCallAcceptedArray) {
		tl_phone_call_slices_gen.go#L751: type PhoneCallAcceptedArray []PhoneCallAccepted
		tl_phone_call_slices_gen.go#L754: func (s PhoneCallAcceptedArray) Sort(less func(a, b PhoneCallAccepted) bool) PhoneCallAcceptedArray {
		tl_phone_call_slices_gen.go#L762: func (s PhoneCallAcceptedArray) SortStable(less func(a, b PhoneCallAccepted) bool) PhoneCallAcceptedArray {
		tl_phone_call_slices_gen.go#L770: func (s PhoneCallAcceptedArray) Retain(keep func(x PhoneCallAccepted) bool) PhoneCallAcceptedArray {
		tl_phone_call_slices_gen.go#L784: func (s PhoneCallAcceptedArray) First() (v PhoneCallAccepted, ok bool) {
		tl_phone_call_slices_gen.go#L792: func (s PhoneCallAcceptedArray) Last() (v PhoneCallAccepted, ok bool) {
		tl_phone_call_slices_gen.go#L800: func (s *PhoneCallAcceptedArray) PopFirst() (v PhoneCallAccepted, ok bool) {
		tl_phone_call_slices_gen.go#L819: func (s *PhoneCallAcceptedArray) Pop() (v PhoneCallAccepted, ok bool) {
		tl_phone_call_slices_gen.go#L833: func (s PhoneCallAcceptedArray) SortByID() PhoneCallAcceptedArray {
		tl_phone_call_slices_gen.go#L840: func (s PhoneCallAcceptedArray) SortStableByID() PhoneCallAcceptedArray {
		tl_phone_call_slices_gen.go#L847: func (s PhoneCallAcceptedArray) SortByDate() PhoneCallAcceptedArray {
		tl_phone_call_slices_gen.go#L854: func (s PhoneCallAcceptedArray) SortStableByDate() PhoneCallAcceptedArray {
		tl_phone_call_slices_gen.go#L861: func (s PhoneCallAcceptedArray) FillMap(to map[int64]PhoneCallAccepted) {
		tl_phone_call_slices_gen.go#L868: func (s PhoneCallAcceptedArray) ToMap() map[int64]PhoneCallAccepted {