github.com/gotd/td/tg.PageRelatedArticle.PublishedDate (field)
8 uses
github.com/gotd/td/tg (current package)
tl_page_related_article_gen.go#L67: PublishedDate int
tl_page_related_article_gen.go#L106: if !(p.PublishedDate == 0) {
tl_page_related_article_gen.go#L151: p.PublishedDate = val
tl_page_related_article_gen.go#L230: if !(p.PublishedDate == 0) {
tl_page_related_article_gen.go#L268: b.PutInt(p.PublishedDate)
tl_page_related_article_gen.go#L341: p.PublishedDate = value
tl_page_related_article_gen.go#L437: p.PublishedDate = value
tl_page_related_article_gen.go#L449: return p.PublishedDate, 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. |