type github.com/gotd/td/tg.UpdateWebPageArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L406: func (s UpdateClassArray) AsUpdateWebPage() (to UpdateWebPageArray) {
tl_update_slices_gen.go#L3385: type UpdateWebPageArray []UpdateWebPage
tl_update_slices_gen.go#L3388: func (s UpdateWebPageArray) Sort(less func(a, b UpdateWebPage) bool) UpdateWebPageArray {
tl_update_slices_gen.go#L3396: func (s UpdateWebPageArray) SortStable(less func(a, b UpdateWebPage) bool) UpdateWebPageArray {
tl_update_slices_gen.go#L3404: func (s UpdateWebPageArray) Retain(keep func(x UpdateWebPage) bool) UpdateWebPageArray {
tl_update_slices_gen.go#L3418: func (s UpdateWebPageArray) First() (v UpdateWebPage, ok bool) {
tl_update_slices_gen.go#L3426: func (s UpdateWebPageArray) Last() (v UpdateWebPage, ok bool) {
tl_update_slices_gen.go#L3434: func (s *UpdateWebPageArray) PopFirst() (v UpdateWebPage, ok bool) {
tl_update_slices_gen.go#L3453: func (s *UpdateWebPageArray) Pop() (v UpdateWebPage, 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. |