type github.com/gotd/td/tg.UpdateStoriesStealthModeArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L1420: func (s UpdateClassArray) AsUpdateStoriesStealthMode() (to UpdateStoriesStealthModeArray) {
tl_update_slices_gen.go#L9949: type UpdateStoriesStealthModeArray []UpdateStoriesStealthMode
tl_update_slices_gen.go#L9952: func (s UpdateStoriesStealthModeArray) Sort(less func(a, b UpdateStoriesStealthMode) bool) UpdateStoriesStealthModeArray {
tl_update_slices_gen.go#L9960: func (s UpdateStoriesStealthModeArray) SortStable(less func(a, b UpdateStoriesStealthMode) bool) UpdateStoriesStealthModeArray {
tl_update_slices_gen.go#L9968: func (s UpdateStoriesStealthModeArray) Retain(keep func(x UpdateStoriesStealthMode) bool) UpdateStoriesStealthModeArray {
tl_update_slices_gen.go#L9982: func (s UpdateStoriesStealthModeArray) First() (v UpdateStoriesStealthMode, ok bool) {
tl_update_slices_gen.go#L9990: func (s UpdateStoriesStealthModeArray) Last() (v UpdateStoriesStealthMode, ok bool) {
tl_update_slices_gen.go#L9998: func (s *UpdateStoriesStealthModeArray) PopFirst() (v UpdateStoriesStealthMode, ok bool) {
tl_update_slices_gen.go#L10017: func (s *UpdateStoriesStealthModeArray) Pop() (v UpdateStoriesStealthMode, 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. |