type github.com/gotd/td/tg.WebPage

72 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L4076: 		WebPageTypeID:                                            func() bin.Object { return &WebPage{} },
		tl_web_page_gen.go#L473: type WebPage struct {
		tl_web_page_gen.go#L558: func (w WebPage) construct() WebPageClass { return &w }
		tl_web_page_gen.go#L562: 	_ bin.Encoder     = &WebPage{}
		tl_web_page_gen.go#L563: 	_ bin.Decoder     = &WebPage{}
		tl_web_page_gen.go#L564: 	_ bin.BareEncoder = &WebPage{}
		tl_web_page_gen.go#L565: 	_ bin.BareDecoder = &WebPage{}
		tl_web_page_gen.go#L567: 	_ WebPageClass = &WebPage{}
		tl_web_page_gen.go#L570: func (w *WebPage) Zero() bool {
		tl_web_page_gen.go#L639: func (w *WebPage) String() string {
		tl_web_page_gen.go#L643: 	type Alias WebPage
		tl_web_page_gen.go#L648: func (w *WebPage) FillFrom(from interface {
		tl_web_page_gen.go#L735: func (*WebPage) TypeID() uint32 {
		tl_web_page_gen.go#L740: func (*WebPage) TypeName() string {
		tl_web_page_gen.go#L745: func (w *WebPage) TypeInfo() tdp.Type {
		tl_web_page_gen.go#L851: func (w *WebPage) SetFlags() {
		tl_web_page_gen.go#L900: func (w *WebPage) Encode(b *bin.Buffer) error {
		tl_web_page_gen.go#L909: func (w *WebPage) EncodeBare(b *bin.Buffer) error {
		tl_web_page_gen.go#L987: func (w *WebPage) Decode(b *bin.Buffer) error {
		tl_web_page_gen.go#L998: func (w *WebPage) DecodeBare(b *bin.Buffer) error {
		tl_web_page_gen.go#L1146: func (w *WebPage) SetHasLargeMedia(value bool) {
		tl_web_page_gen.go#L1157: func (w *WebPage) GetHasLargeMedia() (value bool) {
		tl_web_page_gen.go#L1165: func (w *WebPage) GetID() (value int64) {
		tl_web_page_gen.go#L1173: func (w *WebPage) GetURL() (value string) {
		tl_web_page_gen.go#L1181: func (w *WebPage) GetDisplayURL() (value string) {
		tl_web_page_gen.go#L1189: func (w *WebPage) GetHash() (value int) {
		tl_web_page_gen.go#L1197: func (w *WebPage) SetType(value string) {
		tl_web_page_gen.go#L1204: func (w *WebPage) GetType() (value string, ok bool) {
		tl_web_page_gen.go#L1215: func (w *WebPage) SetSiteName(value string) {
		tl_web_page_gen.go#L1222: func (w *WebPage) GetSiteName() (value string, ok bool) {
		tl_web_page_gen.go#L1233: func (w *WebPage) SetTitle(value string) {
		tl_web_page_gen.go#L1240: func (w *WebPage) GetTitle() (value string, ok bool) {
		tl_web_page_gen.go#L1251: func (w *WebPage) SetDescription(value string) {
		tl_web_page_gen.go#L1258: func (w *WebPage) GetDescription() (value string, ok bool) {
		tl_web_page_gen.go#L1269: func (w *WebPage) SetPhoto(value PhotoClass) {
		tl_web_page_gen.go#L1276: func (w *WebPage) GetPhoto() (value PhotoClass, ok bool) {
		tl_web_page_gen.go#L1287: func (w *WebPage) SetEmbedURL(value string) {
		tl_web_page_gen.go#L1294: func (w *WebPage) GetEmbedURL() (value string, ok bool) {
		tl_web_page_gen.go#L1305: func (w *WebPage) SetEmbedType(value string) {
		tl_web_page_gen.go#L1312: func (w *WebPage) GetEmbedType() (value string, ok bool) {
		tl_web_page_gen.go#L1323: func (w *WebPage) SetEmbedWidth(value int) {
		tl_web_page_gen.go#L1330: func (w *WebPage) GetEmbedWidth() (value int, ok bool) {
		tl_web_page_gen.go#L1341: func (w *WebPage) SetEmbedHeight(value int) {
		tl_web_page_gen.go#L1348: func (w *WebPage) GetEmbedHeight() (value int, ok bool) {
		tl_web_page_gen.go#L1359: func (w *WebPage) SetDuration(value int) {
		tl_web_page_gen.go#L1366: func (w *WebPage) GetDuration() (value int, ok bool) {
		tl_web_page_gen.go#L1377: func (w *WebPage) SetAuthor(value string) {
		tl_web_page_gen.go#L1384: func (w *WebPage) GetAuthor() (value string, ok bool) {
		tl_web_page_gen.go#L1395: func (w *WebPage) SetDocument(value DocumentClass) {
		tl_web_page_gen.go#L1402: func (w *WebPage) GetDocument() (value DocumentClass, ok bool) {
		tl_web_page_gen.go#L1413: func (w *WebPage) SetCachedPage(value Page) {
		tl_web_page_gen.go#L1420: func (w *WebPage) GetCachedPage() (value Page, ok bool) {
		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) {
		tl_web_page_gen.go#L1449: func (w *WebPage) MapAttributes() (value WebPageAttributeClassArray, ok bool) {
		tl_web_page_gen.go#L1711: func (w *WebPage) AsModified() (ModifiedWebPage, bool) {
		tl_web_page_gen.go#L1745: 		v := WebPage{}
		tl_web_page_slices_gen.go#L148: 		value, ok := elem.(*WebPage)
		tl_web_page_slices_gen.go#L479: type WebPageArray []WebPage
		tl_web_page_slices_gen.go#L482: func (s WebPageArray) Sort(less func(a, b WebPage) bool) WebPageArray {
		tl_web_page_slices_gen.go#L490: func (s WebPageArray) SortStable(less func(a, b WebPage) bool) WebPageArray {
		tl_web_page_slices_gen.go#L498: func (s WebPageArray) Retain(keep func(x WebPage) bool) WebPageArray {
		tl_web_page_slices_gen.go#L512: func (s WebPageArray) First() (v WebPage, ok bool) {
		tl_web_page_slices_gen.go#L520: func (s WebPageArray) Last() (v WebPage, ok bool) {
		tl_web_page_slices_gen.go#L528: func (s *WebPageArray) PopFirst() (v WebPage, ok bool) {
		tl_web_page_slices_gen.go#L538: 	var zero WebPage
		tl_web_page_slices_gen.go#L547: func (s *WebPageArray) Pop() (v WebPage, ok bool) {
		tl_web_page_slices_gen.go#L562: 	return s.Sort(func(a, b WebPage) bool {
		tl_web_page_slices_gen.go#L569: 	return s.SortStable(func(a, b WebPage) bool {
		tl_web_page_slices_gen.go#L575: func (s WebPageArray) FillMap(to map[int64]WebPage) {
		tl_web_page_slices_gen.go#L582: func (s WebPageArray) ToMap() map[int64]WebPage {
		tl_web_page_slices_gen.go#L583: 	r := make(map[int64]WebPage, len(s))