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

43 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L4075: 		WebPagePendingTypeID:                                     func() bin.Object { return &WebPagePending{} },
		tl_web_page_gen.go#L242: type WebPagePending struct {
		tl_web_page_gen.go#L262: func (w WebPagePending) construct() WebPageClass { return &w }
		tl_web_page_gen.go#L266: 	_ bin.Encoder     = &WebPagePending{}
		tl_web_page_gen.go#L267: 	_ bin.Decoder     = &WebPagePending{}
		tl_web_page_gen.go#L268: 	_ bin.BareEncoder = &WebPagePending{}
		tl_web_page_gen.go#L269: 	_ bin.BareDecoder = &WebPagePending{}
		tl_web_page_gen.go#L271: 	_ WebPageClass = &WebPagePending{}
		tl_web_page_gen.go#L274: func (w *WebPagePending) Zero() bool {
		tl_web_page_gen.go#L295: func (w *WebPagePending) String() string {
		tl_web_page_gen.go#L299: 	type Alias WebPagePending
		tl_web_page_gen.go#L304: func (w *WebPagePending) FillFrom(from interface {
		tl_web_page_gen.go#L320: func (*WebPagePending) TypeID() uint32 {
		tl_web_page_gen.go#L325: func (*WebPagePending) TypeName() string {
		tl_web_page_gen.go#L330: func (w *WebPagePending) TypeInfo() tdp.Type {
		tl_web_page_gen.go#L358: func (w *WebPagePending) SetFlags() {
		tl_web_page_gen.go#L365: func (w *WebPagePending) Encode(b *bin.Buffer) error {
		tl_web_page_gen.go#L374: func (w *WebPagePending) EncodeBare(b *bin.Buffer) error {
		tl_web_page_gen.go#L391: func (w *WebPagePending) Decode(b *bin.Buffer) error {
		tl_web_page_gen.go#L402: func (w *WebPagePending) DecodeBare(b *bin.Buffer) error {
		tl_web_page_gen.go#L436: func (w *WebPagePending) GetID() (value int64) {
		tl_web_page_gen.go#L444: func (w *WebPagePending) SetURL(value string) {
		tl_web_page_gen.go#L451: func (w *WebPagePending) GetURL() (value string, ok bool) {
		tl_web_page_gen.go#L462: func (w *WebPagePending) GetDate() (value int) {
		tl_web_page_gen.go#L1705: func (w *WebPagePending) AsModified() (ModifiedWebPage, bool) {
		tl_web_page_gen.go#L1738: 		v := WebPagePending{}
		tl_web_page_slices_gen.go#L135: 		value, ok := elem.(*WebPagePending)
		tl_web_page_slices_gen.go#L355: type WebPagePendingArray []WebPagePending
		tl_web_page_slices_gen.go#L358: func (s WebPagePendingArray) Sort(less func(a, b WebPagePending) bool) WebPagePendingArray {
		tl_web_page_slices_gen.go#L366: func (s WebPagePendingArray) SortStable(less func(a, b WebPagePending) bool) WebPagePendingArray {
		tl_web_page_slices_gen.go#L374: func (s WebPagePendingArray) Retain(keep func(x WebPagePending) bool) WebPagePendingArray {
		tl_web_page_slices_gen.go#L388: func (s WebPagePendingArray) First() (v WebPagePending, ok bool) {
		tl_web_page_slices_gen.go#L396: func (s WebPagePendingArray) Last() (v WebPagePending, ok bool) {
		tl_web_page_slices_gen.go#L404: func (s *WebPagePendingArray) PopFirst() (v WebPagePending, ok bool) {
		tl_web_page_slices_gen.go#L414: 	var zero WebPagePending
		tl_web_page_slices_gen.go#L423: func (s *WebPagePendingArray) Pop() (v WebPagePending, ok bool) {
		tl_web_page_slices_gen.go#L438: 	return s.Sort(func(a, b WebPagePending) bool {
		tl_web_page_slices_gen.go#L445: 	return s.SortStable(func(a, b WebPagePending) bool {
		tl_web_page_slices_gen.go#L452: 	return s.Sort(func(a, b WebPagePending) bool {
		tl_web_page_slices_gen.go#L459: 	return s.SortStable(func(a, b WebPagePending) bool {
		tl_web_page_slices_gen.go#L465: func (s WebPagePendingArray) FillMap(to map[int64]WebPagePending) {
		tl_web_page_slices_gen.go#L472: func (s WebPagePendingArray) ToMap() map[int64]WebPagePending {
		tl_web_page_slices_gen.go#L473: 	r := make(map[int64]WebPagePending, len(s))