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

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L1186: func (s UpdateClassArray) AsUpdateGroupCallConnection() (to UpdateGroupCallConnectionArray) {
		tl_update_slices_gen.go#L8431: type UpdateGroupCallConnectionArray []UpdateGroupCallConnection
		tl_update_slices_gen.go#L8434: func (s UpdateGroupCallConnectionArray) Sort(less func(a, b UpdateGroupCallConnection) bool) UpdateGroupCallConnectionArray {
		tl_update_slices_gen.go#L8442: func (s UpdateGroupCallConnectionArray) SortStable(less func(a, b UpdateGroupCallConnection) bool) UpdateGroupCallConnectionArray {
		tl_update_slices_gen.go#L8450: func (s UpdateGroupCallConnectionArray) Retain(keep func(x UpdateGroupCallConnection) bool) UpdateGroupCallConnectionArray {
		tl_update_slices_gen.go#L8464: func (s UpdateGroupCallConnectionArray) First() (v UpdateGroupCallConnection, ok bool) {
		tl_update_slices_gen.go#L8472: func (s UpdateGroupCallConnectionArray) Last() (v UpdateGroupCallConnection, ok bool) {
		tl_update_slices_gen.go#L8480: func (s *UpdateGroupCallConnectionArray) PopFirst() (v UpdateGroupCallConnection, ok bool) {
		tl_update_slices_gen.go#L8499: func (s *UpdateGroupCallConnectionArray) Pop() (v UpdateGroupCallConnection, ok bool) {