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

18 uses

	github.com/gotd/td/tg (current package)
		tl_phone_connection_slices_gen.go#L183: func (s PhoneConnectionClassArray) AsPhoneConnectionWebrtc() (to PhoneConnectionWebrtcArray) {
		tl_phone_connection_slices_gen.go#L306: type PhoneConnectionWebrtcArray []PhoneConnectionWebrtc
		tl_phone_connection_slices_gen.go#L309: func (s PhoneConnectionWebrtcArray) Sort(less func(a, b PhoneConnectionWebrtc) bool) PhoneConnectionWebrtcArray {
		tl_phone_connection_slices_gen.go#L317: func (s PhoneConnectionWebrtcArray) SortStable(less func(a, b PhoneConnectionWebrtc) bool) PhoneConnectionWebrtcArray {
		tl_phone_connection_slices_gen.go#L325: func (s PhoneConnectionWebrtcArray) Retain(keep func(x PhoneConnectionWebrtc) bool) PhoneConnectionWebrtcArray {
		tl_phone_connection_slices_gen.go#L339: func (s PhoneConnectionWebrtcArray) First() (v PhoneConnectionWebrtc, ok bool) {
		tl_phone_connection_slices_gen.go#L347: func (s PhoneConnectionWebrtcArray) Last() (v PhoneConnectionWebrtc, ok bool) {
		tl_phone_connection_slices_gen.go#L355: func (s *PhoneConnectionWebrtcArray) PopFirst() (v PhoneConnectionWebrtc, ok bool) {
		tl_phone_connection_slices_gen.go#L374: func (s *PhoneConnectionWebrtcArray) Pop() (v PhoneConnectionWebrtc, ok bool) {
		tl_phone_connection_slices_gen.go#L388: func (s PhoneConnectionWebrtcArray) SortByID() PhoneConnectionWebrtcArray {
		tl_phone_connection_slices_gen.go#L395: func (s PhoneConnectionWebrtcArray) SortStableByID() PhoneConnectionWebrtcArray {
		tl_phone_connection_slices_gen.go#L402: func (s PhoneConnectionWebrtcArray) FillMap(to map[int64]PhoneConnectionWebrtc) {
		tl_phone_connection_slices_gen.go#L409: func (s PhoneConnectionWebrtcArray) ToMap() map[int64]PhoneConnectionWebrtc {