type github.com/gotd/td/tg.WebPageAttributeClassArray
15 uses
github.com/gotd/td/tg (current package)
tl_web_page_attribute_slices_gen.go#L38: type WebPageAttributeClassArray []WebPageAttributeClass
tl_web_page_attribute_slices_gen.go#L41: func (s WebPageAttributeClassArray) Sort(less func(a, b WebPageAttributeClass) bool) WebPageAttributeClassArray {
tl_web_page_attribute_slices_gen.go#L49: func (s WebPageAttributeClassArray) SortStable(less func(a, b WebPageAttributeClass) bool) WebPageAttributeClassArray {
tl_web_page_attribute_slices_gen.go#L57: func (s WebPageAttributeClassArray) Retain(keep func(x WebPageAttributeClass) bool) WebPageAttributeClassArray {
tl_web_page_attribute_slices_gen.go#L71: func (s WebPageAttributeClassArray) First() (v WebPageAttributeClass, ok bool) {
tl_web_page_attribute_slices_gen.go#L79: func (s WebPageAttributeClassArray) Last() (v WebPageAttributeClass, ok bool) {
tl_web_page_attribute_slices_gen.go#L87: func (s *WebPageAttributeClassArray) PopFirst() (v WebPageAttributeClass, ok bool) {
tl_web_page_attribute_slices_gen.go#L106: func (s *WebPageAttributeClassArray) Pop() (v WebPageAttributeClass, ok bool) {
tl_web_page_attribute_slices_gen.go#L120: func (s WebPageAttributeClassArray) AsWebPageAttributeTheme() (to WebPageAttributeThemeArray) {
tl_web_page_attribute_slices_gen.go#L133: func (s WebPageAttributeClassArray) AsWebPageAttributeStory() (to WebPageAttributeStoryArray) {
tl_web_page_gen.go#L1449: func (w *WebPage) MapAttributes() (value WebPageAttributeClassArray, ok bool) {
tl_web_page_gen.go#L1453: return WebPageAttributeClassArray(w.Attributes), true
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. |