type github.com/gotd/td/tg.PageRelatedArticle
35 uses
github.com/gotd/td/tg (current package)
tl_page_block_gen.go#L5007: Articles []PageRelatedArticle
tl_page_block_gen.go#L5052: GetArticles() (value []PageRelatedArticle)
tl_page_block_gen.go#L5152: p.Articles = make([]PageRelatedArticle, 0, headerLen%bin.PreallocateLimit)
tl_page_block_gen.go#L5155: var value PageRelatedArticle
tl_page_block_gen.go#L5174: func (p *PageBlockRelatedArticles) GetArticles() (value []PageRelatedArticle) {
tl_page_related_article_gen.go#L38: type PageRelatedArticle struct {
tl_page_related_article_gen.go#L75: _ bin.Encoder = &PageRelatedArticle{}
tl_page_related_article_gen.go#L76: _ bin.Decoder = &PageRelatedArticle{}
tl_page_related_article_gen.go#L77: _ bin.BareEncoder = &PageRelatedArticle{}
tl_page_related_article_gen.go#L78: _ bin.BareDecoder = &PageRelatedArticle{}
tl_page_related_article_gen.go#L81: func (p *PageRelatedArticle) Zero() bool {
tl_page_related_article_gen.go#L114: func (p *PageRelatedArticle) String() string {
tl_page_related_article_gen.go#L118: type Alias PageRelatedArticle
tl_page_related_article_gen.go#L123: func (p *PageRelatedArticle) FillFrom(from interface {
tl_page_related_article_gen.go#L159: func (*PageRelatedArticle) TypeID() uint32 {
tl_page_related_article_gen.go#L164: func (*PageRelatedArticle) TypeName() string {
tl_page_related_article_gen.go#L169: func (p *PageRelatedArticle) TypeInfo() tdp.Type {
tl_page_related_article_gen.go#L217: func (p *PageRelatedArticle) SetFlags() {
tl_page_related_article_gen.go#L236: func (p *PageRelatedArticle) Encode(b *bin.Buffer) error {
tl_page_related_article_gen.go#L245: func (p *PageRelatedArticle) EncodeBare(b *bin.Buffer) error {
tl_page_related_article_gen.go#L274: func (p *PageRelatedArticle) Decode(b *bin.Buffer) error {
tl_page_related_article_gen.go#L285: func (p *PageRelatedArticle) DecodeBare(b *bin.Buffer) error {
tl_page_related_article_gen.go#L347: func (p *PageRelatedArticle) GetURL() (value string) {
tl_page_related_article_gen.go#L355: func (p *PageRelatedArticle) GetWebpageID() (value int64) {
tl_page_related_article_gen.go#L363: func (p *PageRelatedArticle) SetTitle(value string) {
tl_page_related_article_gen.go#L370: func (p *PageRelatedArticle) GetTitle() (value string, ok bool) {
tl_page_related_article_gen.go#L381: func (p *PageRelatedArticle) SetDescription(value string) {
tl_page_related_article_gen.go#L388: func (p *PageRelatedArticle) GetDescription() (value string, ok bool) {
tl_page_related_article_gen.go#L399: func (p *PageRelatedArticle) SetPhotoID(value int64) {
tl_page_related_article_gen.go#L406: func (p *PageRelatedArticle) GetPhotoID() (value int64, ok bool) {
tl_page_related_article_gen.go#L417: func (p *PageRelatedArticle) SetAuthor(value string) {
tl_page_related_article_gen.go#L424: func (p *PageRelatedArticle) GetAuthor() (value string, ok bool) {
tl_page_related_article_gen.go#L435: func (p *PageRelatedArticle) SetPublishedDate(value int) {
tl_page_related_article_gen.go#L442: func (p *PageRelatedArticle) GetPublishedDate() (value int, ok bool) {
tl_registry_gen.go#L4494: PageRelatedArticleTypeID: func() bin.Object { return &PageRelatedArticle{} },
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. |