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

23 uses

	github.com/gotd/td/tg (current package)
		tl_phone_call_gen.go#L1749: func (p *PhoneCall) MapConnections() (value PhoneConnectionClassArray) {
		tl_phone_call_gen.go#L1750: 	return PhoneConnectionClassArray(p.Connections)
		tl_phone_connection_slices_gen.go#L38: type PhoneConnectionClassArray []PhoneConnectionClass
		tl_phone_connection_slices_gen.go#L41: func (s PhoneConnectionClassArray) Sort(less func(a, b PhoneConnectionClass) bool) PhoneConnectionClassArray {
		tl_phone_connection_slices_gen.go#L49: func (s PhoneConnectionClassArray) SortStable(less func(a, b PhoneConnectionClass) bool) PhoneConnectionClassArray {
		tl_phone_connection_slices_gen.go#L57: func (s PhoneConnectionClassArray) Retain(keep func(x PhoneConnectionClass) bool) PhoneConnectionClassArray {
		tl_phone_connection_slices_gen.go#L71: func (s PhoneConnectionClassArray) First() (v PhoneConnectionClass, ok bool) {
		tl_phone_connection_slices_gen.go#L79: func (s PhoneConnectionClassArray) Last() (v PhoneConnectionClass, ok bool) {
		tl_phone_connection_slices_gen.go#L87: func (s *PhoneConnectionClassArray) PopFirst() (v PhoneConnectionClass, ok bool) {
		tl_phone_connection_slices_gen.go#L106: func (s *PhoneConnectionClassArray) Pop() (v PhoneConnectionClass, ok bool) {
		tl_phone_connection_slices_gen.go#L120: func (s PhoneConnectionClassArray) SortByID() PhoneConnectionClassArray {
		tl_phone_connection_slices_gen.go#L127: func (s PhoneConnectionClassArray) SortStableByID() PhoneConnectionClassArray {
		tl_phone_connection_slices_gen.go#L134: func (s PhoneConnectionClassArray) FillPhoneConnectionMap(to map[int64]*PhoneConnection) {
		tl_phone_connection_slices_gen.go#L145: func (s PhoneConnectionClassArray) PhoneConnectionToMap() map[int64]*PhoneConnection {
		tl_phone_connection_slices_gen.go#L152: func (s PhoneConnectionClassArray) AsPhoneConnection() (to PhoneConnectionArray) {
		tl_phone_connection_slices_gen.go#L165: func (s PhoneConnectionClassArray) FillPhoneConnectionWebrtcMap(to map[int64]*PhoneConnectionWebrtc) {
		tl_phone_connection_slices_gen.go#L176: func (s PhoneConnectionClassArray) PhoneConnectionWebrtcToMap() map[int64]*PhoneConnectionWebrtc {
		tl_phone_connection_slices_gen.go#L183: func (s PhoneConnectionClassArray) AsPhoneConnectionWebrtc() (to PhoneConnectionWebrtcArray) {