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) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |