type github.com/gotd/td/tg.WebPage
74 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L5547: WebPageTypeID: func() bin.Object { return &WebPage{} },
tl_web_page_gen.go#L473: type WebPage struct {
tl_web_page_gen.go#L570: func (w WebPage) construct() WebPageClass { return &w }
tl_web_page_gen.go#L574: _ bin.Encoder = &WebPage{}
tl_web_page_gen.go#L575: _ bin.Decoder = &WebPage{}
tl_web_page_gen.go#L576: _ bin.BareEncoder = &WebPage{}
tl_web_page_gen.go#L577: _ bin.BareDecoder = &WebPage{}
tl_web_page_gen.go#L579: _ WebPageClass = &WebPage{}
tl_web_page_gen.go#L582: func (w *WebPage) Zero() bool {
tl_web_page_gen.go#L654: func (w *WebPage) String() string {
tl_web_page_gen.go#L658: type Alias WebPage
tl_web_page_gen.go#L663: func (w *WebPage) FillFrom(from interface {
tl_web_page_gen.go#L752: func (*WebPage) TypeID() uint32 {
tl_web_page_gen.go#L757: func (*WebPage) TypeName() string {
tl_web_page_gen.go#L762: func (w *WebPage) TypeInfo() tdp.Type {
tl_web_page_gen.go#L873: func (w *WebPage) SetFlags() {
tl_web_page_gen.go#L925: func (w *WebPage) Encode(b *bin.Buffer) error {
tl_web_page_gen.go#L934: func (w *WebPage) EncodeBare(b *bin.Buffer) error {
tl_web_page_gen.go#L1012: func (w *WebPage) Decode(b *bin.Buffer) error {
tl_web_page_gen.go#L1023: func (w *WebPage) DecodeBare(b *bin.Buffer) error {
tl_web_page_gen.go#L1172: func (w *WebPage) SetHasLargeMedia(value bool) {
tl_web_page_gen.go#L1183: func (w *WebPage) GetHasLargeMedia() (value bool) {
tl_web_page_gen.go#L1191: func (w *WebPage) SetVideoCoverPhoto(value bool) {
tl_web_page_gen.go#L1202: func (w *WebPage) GetVideoCoverPhoto() (value bool) {
tl_web_page_gen.go#L1210: func (w *WebPage) GetID() (value int64) {
tl_web_page_gen.go#L1218: func (w *WebPage) GetURL() (value string) {
tl_web_page_gen.go#L1226: func (w *WebPage) GetDisplayURL() (value string) {
tl_web_page_gen.go#L1234: func (w *WebPage) GetHash() (value int) {
tl_web_page_gen.go#L1242: func (w *WebPage) SetType(value string) {
tl_web_page_gen.go#L1249: func (w *WebPage) GetType() (value string, ok bool) {
tl_web_page_gen.go#L1260: func (w *WebPage) SetSiteName(value string) {
tl_web_page_gen.go#L1267: func (w *WebPage) GetSiteName() (value string, ok bool) {
tl_web_page_gen.go#L1278: func (w *WebPage) SetTitle(value string) {
tl_web_page_gen.go#L1285: func (w *WebPage) GetTitle() (value string, ok bool) {
tl_web_page_gen.go#L1296: func (w *WebPage) SetDescription(value string) {
tl_web_page_gen.go#L1303: func (w *WebPage) GetDescription() (value string, ok bool) {
tl_web_page_gen.go#L1314: func (w *WebPage) SetPhoto(value PhotoClass) {
tl_web_page_gen.go#L1321: func (w *WebPage) GetPhoto() (value PhotoClass, ok bool) {
tl_web_page_gen.go#L1332: func (w *WebPage) SetEmbedURL(value string) {
tl_web_page_gen.go#L1339: func (w *WebPage) GetEmbedURL() (value string, ok bool) {
tl_web_page_gen.go#L1350: func (w *WebPage) SetEmbedType(value string) {
tl_web_page_gen.go#L1357: func (w *WebPage) GetEmbedType() (value string, ok bool) {
tl_web_page_gen.go#L1368: func (w *WebPage) SetEmbedWidth(value int) {
tl_web_page_gen.go#L1375: func (w *WebPage) GetEmbedWidth() (value int, ok bool) {
tl_web_page_gen.go#L1386: func (w *WebPage) SetEmbedHeight(value int) {
tl_web_page_gen.go#L1393: func (w *WebPage) GetEmbedHeight() (value int, ok bool) {
tl_web_page_gen.go#L1404: func (w *WebPage) SetDuration(value int) {
tl_web_page_gen.go#L1411: func (w *WebPage) GetDuration() (value int, ok bool) {
tl_web_page_gen.go#L1422: func (w *WebPage) SetAuthor(value string) {
tl_web_page_gen.go#L1429: func (w *WebPage) GetAuthor() (value string, ok bool) {
tl_web_page_gen.go#L1440: func (w *WebPage) SetDocument(value DocumentClass) {
tl_web_page_gen.go#L1447: func (w *WebPage) GetDocument() (value DocumentClass, ok bool) {
tl_web_page_gen.go#L1458: func (w *WebPage) SetCachedPage(value Page) {
tl_web_page_gen.go#L1465: func (w *WebPage) GetCachedPage() (value Page, ok bool) {
tl_web_page_gen.go#L1476: func (w *WebPage) SetAttributes(value []WebPageAttributeClass) {
tl_web_page_gen.go#L1483: func (w *WebPage) GetAttributes() (value []WebPageAttributeClass, ok bool) {
tl_web_page_gen.go#L1494: func (w *WebPage) MapAttributes() (value WebPageAttributeClassArray, ok bool) {
tl_web_page_gen.go#L1762: func (w *WebPage) AsModified() (ModifiedWebPage, bool) {
tl_web_page_gen.go#L1796: 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))
 |
The pages are generated with Golds v0.8.5. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |