type github.com/gotd/td/tg.WebPageEmptyArray
18 uses
github.com/gotd/td/tg (current package)
tl_web_page_slices_gen.go#L120: func (s WebPageClassArray) AsWebPageEmpty() (to WebPageEmptyArray) {
tl_web_page_slices_gen.go#L245: type WebPageEmptyArray []WebPageEmpty
tl_web_page_slices_gen.go#L248: func (s WebPageEmptyArray) Sort(less func(a, b WebPageEmpty) bool) WebPageEmptyArray {
tl_web_page_slices_gen.go#L256: func (s WebPageEmptyArray) SortStable(less func(a, b WebPageEmpty) bool) WebPageEmptyArray {
tl_web_page_slices_gen.go#L264: func (s WebPageEmptyArray) Retain(keep func(x WebPageEmpty) bool) WebPageEmptyArray {
tl_web_page_slices_gen.go#L278: func (s WebPageEmptyArray) First() (v WebPageEmpty, ok bool) {
tl_web_page_slices_gen.go#L286: func (s WebPageEmptyArray) Last() (v WebPageEmpty, ok bool) {
tl_web_page_slices_gen.go#L294: func (s *WebPageEmptyArray) PopFirst() (v WebPageEmpty, ok bool) {
tl_web_page_slices_gen.go#L313: func (s *WebPageEmptyArray) Pop() (v WebPageEmpty, ok bool) {
tl_web_page_slices_gen.go#L327: func (s WebPageEmptyArray) SortByID() WebPageEmptyArray {
tl_web_page_slices_gen.go#L334: func (s WebPageEmptyArray) SortStableByID() WebPageEmptyArray {
tl_web_page_slices_gen.go#L341: func (s WebPageEmptyArray) FillMap(to map[int64]WebPageEmpty) {
tl_web_page_slices_gen.go#L348: func (s WebPageEmptyArray) ToMap() map[int64]WebPageEmpty {
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. |