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

40 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L4074: 		WebPageEmptyTypeID:                                       func() bin.Object { return &WebPageEmpty{} },
		tl_web_page_gen.go#L38: type WebPageEmpty struct {
		tl_web_page_gen.go#L56: func (w WebPageEmpty) construct() WebPageClass { return &w }
		tl_web_page_gen.go#L60: 	_ bin.Encoder     = &WebPageEmpty{}
		tl_web_page_gen.go#L61: 	_ bin.Decoder     = &WebPageEmpty{}
		tl_web_page_gen.go#L62: 	_ bin.BareEncoder = &WebPageEmpty{}
		tl_web_page_gen.go#L63: 	_ bin.BareDecoder = &WebPageEmpty{}
		tl_web_page_gen.go#L65: 	_ WebPageClass = &WebPageEmpty{}
		tl_web_page_gen.go#L68: func (w *WebPageEmpty) Zero() bool {
		tl_web_page_gen.go#L86: func (w *WebPageEmpty) String() string {
		tl_web_page_gen.go#L90: 	type Alias WebPageEmpty
		tl_web_page_gen.go#L95: func (w *WebPageEmpty) FillFrom(from interface {
		tl_web_page_gen.go#L109: func (*WebPageEmpty) TypeID() uint32 {
		tl_web_page_gen.go#L114: func (*WebPageEmpty) TypeName() string {
		tl_web_page_gen.go#L119: func (w *WebPageEmpty) TypeInfo() tdp.Type {
		tl_web_page_gen.go#L143: func (w *WebPageEmpty) SetFlags() {
		tl_web_page_gen.go#L150: func (w *WebPageEmpty) Encode(b *bin.Buffer) error {
		tl_web_page_gen.go#L159: func (w *WebPageEmpty) EncodeBare(b *bin.Buffer) error {
		tl_web_page_gen.go#L175: func (w *WebPageEmpty) Decode(b *bin.Buffer) error {
		tl_web_page_gen.go#L186: func (w *WebPageEmpty) DecodeBare(b *bin.Buffer) error {
		tl_web_page_gen.go#L213: func (w *WebPageEmpty) GetID() (value int64) {
		tl_web_page_gen.go#L221: func (w *WebPageEmpty) SetURL(value string) {
		tl_web_page_gen.go#L228: func (w *WebPageEmpty) GetURL() (value string, ok bool) {
		tl_web_page_gen.go#L1699: func (w *WebPageEmpty) AsModified() (ModifiedWebPage, bool) {
		tl_web_page_gen.go#L1731: 		v := WebPageEmpty{}
		tl_web_page_slices_gen.go#L122: 		value, ok := elem.(*WebPageEmpty)
		tl_web_page_slices_gen.go#L245: type WebPageEmptyArray []WebPageEmpty
		tl_web_page_slices_gen.go#L248: func (s WebPageEmptyArray) Sort(less func(a, b WebPageEmpty) bool) WebPageEmptyArray {
		tl_web_page_slices_gen.go#L256: func (s WebPageEmptyArray) SortStable(less func(a, b WebPageEmpty) bool) WebPageEmptyArray {
		tl_web_page_slices_gen.go#L264: func (s WebPageEmptyArray) Retain(keep func(x WebPageEmpty) bool) WebPageEmptyArray {
		tl_web_page_slices_gen.go#L278: func (s WebPageEmptyArray) First() (v WebPageEmpty, ok bool) {
		tl_web_page_slices_gen.go#L286: func (s WebPageEmptyArray) Last() (v WebPageEmpty, ok bool) {
		tl_web_page_slices_gen.go#L294: func (s *WebPageEmptyArray) PopFirst() (v WebPageEmpty, ok bool) {
		tl_web_page_slices_gen.go#L304: 	var zero WebPageEmpty
		tl_web_page_slices_gen.go#L313: func (s *WebPageEmptyArray) Pop() (v WebPageEmpty, ok bool) {
		tl_web_page_slices_gen.go#L328: 	return s.Sort(func(a, b WebPageEmpty) bool {
		tl_web_page_slices_gen.go#L335: 	return s.SortStable(func(a, b WebPageEmpty) bool {
		tl_web_page_slices_gen.go#L341: func (s WebPageEmptyArray) FillMap(to map[int64]WebPageEmpty) {
		tl_web_page_slices_gen.go#L348: func (s WebPageEmptyArray) ToMap() map[int64]WebPageEmpty {
		tl_web_page_slices_gen.go#L349: 	r := make(map[int64]WebPageEmpty, len(s))