type github.com/gotd/td/tg.UpdateStoryIDArray
18 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L1407: func (s UpdateClassArray) AsUpdateStoryID() (to UpdateStoryIDArray) {
tl_update_slices_gen.go#L9839: type UpdateStoryIDArray []UpdateStoryID
tl_update_slices_gen.go#L9842: func (s UpdateStoryIDArray) Sort(less func(a, b UpdateStoryID) bool) UpdateStoryIDArray {
tl_update_slices_gen.go#L9850: func (s UpdateStoryIDArray) SortStable(less func(a, b UpdateStoryID) bool) UpdateStoryIDArray {
tl_update_slices_gen.go#L9858: func (s UpdateStoryIDArray) Retain(keep func(x UpdateStoryID) bool) UpdateStoryIDArray {
tl_update_slices_gen.go#L9872: func (s UpdateStoryIDArray) First() (v UpdateStoryID, ok bool) {
tl_update_slices_gen.go#L9880: func (s UpdateStoryIDArray) Last() (v UpdateStoryID, ok bool) {
tl_update_slices_gen.go#L9888: func (s *UpdateStoryIDArray) PopFirst() (v UpdateStoryID, ok bool) {
tl_update_slices_gen.go#L9907: func (s *UpdateStoryIDArray) Pop() (v UpdateStoryID, ok bool) {
tl_update_slices_gen.go#L9921: func (s UpdateStoryIDArray) SortByID() UpdateStoryIDArray {
tl_update_slices_gen.go#L9928: func (s UpdateStoryIDArray) SortStableByID() UpdateStoryIDArray {
tl_update_slices_gen.go#L9935: func (s UpdateStoryIDArray) FillMap(to map[int]UpdateStoryID) {
tl_update_slices_gen.go#L9942: func (s UpdateStoryIDArray) ToMap() map[int]UpdateStoryID {
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. |