github.com/gotd/td/tg.PageRelatedArticle.PhotoID (field)
8 uses
github.com/gotd/td/tg (current package)
tl_page_related_article_gen.go#L59: PhotoID int64
tl_page_related_article_gen.go#L100: if !(p.PhotoID == 0) {
tl_page_related_article_gen.go#L143: p.PhotoID = val
tl_page_related_article_gen.go#L224: if !(p.PhotoID == 0) {
tl_page_related_article_gen.go#L262: b.PutLong(p.PhotoID)
tl_page_related_article_gen.go#L327: p.PhotoID = value
tl_page_related_article_gen.go#L401: p.PhotoID = value
tl_page_related_article_gen.go#L413: return p.PhotoID, 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. |