type github.com/gotd/td/tg.UpdateStoryArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L1381: func (s UpdateClassArray) AsUpdateStory() (to UpdateStoryArray) {
tl_update_slices_gen.go#L9675: type UpdateStoryArray []UpdateStory
tl_update_slices_gen.go#L9678: func (s UpdateStoryArray) Sort(less func(a, b UpdateStory) bool) UpdateStoryArray {
tl_update_slices_gen.go#L9686: func (s UpdateStoryArray) SortStable(less func(a, b UpdateStory) bool) UpdateStoryArray {
tl_update_slices_gen.go#L9694: func (s UpdateStoryArray) Retain(keep func(x UpdateStory) bool) UpdateStoryArray {
tl_update_slices_gen.go#L9708: func (s UpdateStoryArray) First() (v UpdateStory, ok bool) {
tl_update_slices_gen.go#L9716: func (s UpdateStoryArray) Last() (v UpdateStory, ok bool) {
tl_update_slices_gen.go#L9724: func (s *UpdateStoryArray) PopFirst() (v UpdateStory, ok bool) {
tl_update_slices_gen.go#L9743: func (s *UpdateStoryArray) Pop() (v UpdateStory, 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. |