type github.com/gotd/td/tg.WebPageNotModifiedArray
12 uses
github.com/gotd/td/tg (current package)
tl_web_page_slices_gen.go#L159: func (s WebPageClassArray) AsWebPageNotModified() (to WebPageNotModifiedArray) {
tl_web_page_slices_gen.go#L589: type WebPageNotModifiedArray []WebPageNotModified
tl_web_page_slices_gen.go#L592: func (s WebPageNotModifiedArray) Sort(less func(a, b WebPageNotModified) bool) WebPageNotModifiedArray {
tl_web_page_slices_gen.go#L600: func (s WebPageNotModifiedArray) SortStable(less func(a, b WebPageNotModified) bool) WebPageNotModifiedArray {
tl_web_page_slices_gen.go#L608: func (s WebPageNotModifiedArray) Retain(keep func(x WebPageNotModified) bool) WebPageNotModifiedArray {
tl_web_page_slices_gen.go#L622: func (s WebPageNotModifiedArray) First() (v WebPageNotModified, ok bool) {
tl_web_page_slices_gen.go#L630: func (s WebPageNotModifiedArray) Last() (v WebPageNotModified, ok bool) {
tl_web_page_slices_gen.go#L638: func (s *WebPageNotModifiedArray) PopFirst() (v WebPageNotModified, ok bool) {
tl_web_page_slices_gen.go#L657: func (s *WebPageNotModifiedArray) Pop() (v WebPageNotModified, 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. |