type github.com/gotd/td/tg.WebPageAttributeClass
22 uses
github.com/gotd/td/tg (current package)
tl_web_page_attribute_gen.go#L58: func (w WebPageAttributeTheme) construct() WebPageAttributeClass { return &w }
tl_web_page_attribute_gen.go#L67: _ WebPageAttributeClass = &WebPageAttributeTheme{}
tl_web_page_attribute_gen.go#L316: func (w WebPageAttributeStory) construct() WebPageAttributeClass { return &w }
tl_web_page_attribute_gen.go#L325: _ WebPageAttributeClass = &WebPageAttributeStory{}
tl_web_page_attribute_gen.go#L551: type WebPageAttributeClass interface {
tl_web_page_attribute_gen.go#L556: construct() WebPageAttributeClass
tl_web_page_attribute_gen.go#L571: func DecodeWebPageAttribute(buf *bin.Buffer) (WebPageAttributeClass, error) {
tl_web_page_attribute_gen.go#L598: WebPageAttribute WebPageAttributeClass
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#L97: var zero WebPageAttributeClass
tl_web_page_attribute_slices_gen.go#L106: func (s *WebPageAttributeClassArray) Pop() (v WebPageAttributeClass, ok bool) {
tl_web_page_gen.go#L551: Attributes []WebPageAttributeClass
tl_web_page_gen.go#L667: GetAttributes() (value []WebPageAttributeClass, ok bool)
tl_web_page_gen.go#L1132: w.Attributes = make([]WebPageAttributeClass, 0, headerLen%bin.PreallocateLimit)
tl_web_page_gen.go#L1431: func (w *WebPage) SetAttributes(value []WebPageAttributeClass) {
tl_web_page_gen.go#L1438: func (w *WebPage) GetAttributes() (value []WebPageAttributeClass, 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. |