const github.com/gotd/td/tg.PageRelatedArticleTypeID

8 uses

	github.com/gotd/td/tg (current package)
		tl_page_related_article_gen.go#L71: const PageRelatedArticleTypeID = 0xb390dc08
		tl_page_related_article_gen.go#L160: 	return PageRelatedArticleTypeID
		tl_page_related_article_gen.go#L172: 		ID:   PageRelatedArticleTypeID,
		tl_page_related_article_gen.go#L240: 	b.PutID(PageRelatedArticleTypeID)
		tl_page_related_article_gen.go#L278: 	if err := b.ConsumeID(PageRelatedArticleTypeID); err != nil {
		tl_registry_gen.go#L930: 		PageRelatedArticleTypeID:                                                "pageRelatedArticle#b390dc08",
		tl_registry_gen.go#L2712: 		"pageRelatedArticle":                                                PageRelatedArticleTypeID,
		tl_registry_gen.go#L4494: 		PageRelatedArticleTypeID:                                                func() bin.Object { return &PageRelatedArticle{} },