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

41 uses

	github.com/gotd/td/tg (current package)
		tl_phone_call_slices_gen.go#L38: type PhoneCallClassArray []PhoneCallClass
		tl_phone_call_slices_gen.go#L41: func (s PhoneCallClassArray) Sort(less func(a, b PhoneCallClass) bool) PhoneCallClassArray {
		tl_phone_call_slices_gen.go#L49: func (s PhoneCallClassArray) SortStable(less func(a, b PhoneCallClass) bool) PhoneCallClassArray {
		tl_phone_call_slices_gen.go#L57: func (s PhoneCallClassArray) Retain(keep func(x PhoneCallClass) bool) PhoneCallClassArray {
		tl_phone_call_slices_gen.go#L71: func (s PhoneCallClassArray) First() (v PhoneCallClass, ok bool) {
		tl_phone_call_slices_gen.go#L79: func (s PhoneCallClassArray) Last() (v PhoneCallClass, ok bool) {
		tl_phone_call_slices_gen.go#L87: func (s *PhoneCallClassArray) PopFirst() (v PhoneCallClass, ok bool) {
		tl_phone_call_slices_gen.go#L106: func (s *PhoneCallClassArray) Pop() (v PhoneCallClass, ok bool) {
		tl_phone_call_slices_gen.go#L120: func (s PhoneCallClassArray) SortByID() PhoneCallClassArray {
		tl_phone_call_slices_gen.go#L127: func (s PhoneCallClassArray) SortStableByID() PhoneCallClassArray {
		tl_phone_call_slices_gen.go#L134: func (s PhoneCallClassArray) FillPhoneCallEmptyMap(to map[int64]*PhoneCallEmpty) {
		tl_phone_call_slices_gen.go#L145: func (s PhoneCallClassArray) PhoneCallEmptyToMap() map[int64]*PhoneCallEmpty {
		tl_phone_call_slices_gen.go#L152: func (s PhoneCallClassArray) AsPhoneCallEmpty() (to PhoneCallEmptyArray) {
		tl_phone_call_slices_gen.go#L165: func (s PhoneCallClassArray) FillPhoneCallWaitingMap(to map[int64]*PhoneCallWaiting) {
		tl_phone_call_slices_gen.go#L176: func (s PhoneCallClassArray) PhoneCallWaitingToMap() map[int64]*PhoneCallWaiting {
		tl_phone_call_slices_gen.go#L183: func (s PhoneCallClassArray) AsPhoneCallWaiting() (to PhoneCallWaitingArray) {
		tl_phone_call_slices_gen.go#L196: func (s PhoneCallClassArray) FillPhoneCallRequestedMap(to map[int64]*PhoneCallRequested) {
		tl_phone_call_slices_gen.go#L207: func (s PhoneCallClassArray) PhoneCallRequestedToMap() map[int64]*PhoneCallRequested {
		tl_phone_call_slices_gen.go#L214: func (s PhoneCallClassArray) AsPhoneCallRequested() (to PhoneCallRequestedArray) {
		tl_phone_call_slices_gen.go#L227: func (s PhoneCallClassArray) FillPhoneCallAcceptedMap(to map[int64]*PhoneCallAccepted) {
		tl_phone_call_slices_gen.go#L238: func (s PhoneCallClassArray) PhoneCallAcceptedToMap() map[int64]*PhoneCallAccepted {
		tl_phone_call_slices_gen.go#L245: func (s PhoneCallClassArray) AsPhoneCallAccepted() (to PhoneCallAcceptedArray) {
		tl_phone_call_slices_gen.go#L258: func (s PhoneCallClassArray) FillPhoneCallMap(to map[int64]*PhoneCall) {
		tl_phone_call_slices_gen.go#L269: func (s PhoneCallClassArray) PhoneCallToMap() map[int64]*PhoneCall {
		tl_phone_call_slices_gen.go#L276: func (s PhoneCallClassArray) AsPhoneCall() (to PhoneCallArray) {
		tl_phone_call_slices_gen.go#L289: func (s PhoneCallClassArray) FillPhoneCallDiscardedMap(to map[int64]*PhoneCallDiscarded) {
		tl_phone_call_slices_gen.go#L300: func (s PhoneCallClassArray) PhoneCallDiscardedToMap() map[int64]*PhoneCallDiscarded {
		tl_phone_call_slices_gen.go#L307: func (s PhoneCallClassArray) AsPhoneCallDiscarded() (to PhoneCallDiscardedArray) {
		tl_phone_call_slices_gen.go#L320: func (s PhoneCallClassArray) FillNotEmptyMap(to map[int64]NotEmptyPhoneCall) {
		tl_phone_call_slices_gen.go#L331: func (s PhoneCallClassArray) NotEmptyToMap() map[int64]NotEmptyPhoneCall {
		tl_phone_call_slices_gen.go#L339: func (s PhoneCallClassArray) AppendOnlyNotEmpty(to []NotEmptyPhoneCall) []NotEmptyPhoneCall {
		tl_phone_call_slices_gen.go#L352: func (s PhoneCallClassArray) AsNotEmpty() (to []NotEmptyPhoneCall) {
		tl_phone_call_slices_gen.go#L357: func (s PhoneCallClassArray) FirstAsNotEmpty() (v NotEmptyPhoneCall, ok bool) {
		tl_phone_call_slices_gen.go#L366: func (s PhoneCallClassArray) LastAsNotEmpty() (v NotEmptyPhoneCall, ok bool) {
		tl_phone_call_slices_gen.go#L375: func (s *PhoneCallClassArray) PopFirstAsNotEmpty() (v NotEmptyPhoneCall, ok bool) {
		tl_phone_call_slices_gen.go#L384: func (s *PhoneCallClassArray) PopAsNotEmpty() (v NotEmptyPhoneCall, ok bool) {