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

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L315: func (s UpdateClassArray) AsUpdateDCOptions() (to UpdateDCOptionsArray) {
		tl_update_slices_gen.go#L2811: type UpdateDCOptionsArray []UpdateDCOptions
		tl_update_slices_gen.go#L2814: func (s UpdateDCOptionsArray) Sort(less func(a, b UpdateDCOptions) bool) UpdateDCOptionsArray {
		tl_update_slices_gen.go#L2822: func (s UpdateDCOptionsArray) SortStable(less func(a, b UpdateDCOptions) bool) UpdateDCOptionsArray {
		tl_update_slices_gen.go#L2830: func (s UpdateDCOptionsArray) Retain(keep func(x UpdateDCOptions) bool) UpdateDCOptionsArray {
		tl_update_slices_gen.go#L2844: func (s UpdateDCOptionsArray) First() (v UpdateDCOptions, ok bool) {
		tl_update_slices_gen.go#L2852: func (s UpdateDCOptionsArray) Last() (v UpdateDCOptions, ok bool) {
		tl_update_slices_gen.go#L2860: func (s *UpdateDCOptionsArray) PopFirst() (v UpdateDCOptions, ok bool) {
		tl_update_slices_gen.go#L2879: func (s *UpdateDCOptionsArray) Pop() (v UpdateDCOptions, ok bool) {