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

37 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L4312: 		WebDocumentTypeID:                                        func() bin.Object { return &WebDocument{} },
		tl_web_document_gen.go#L38: type WebDocument struct {
		tl_web_document_gen.go#L55: func (w WebDocument) construct() WebDocumentClass { return &w }
		tl_web_document_gen.go#L59: 	_ bin.Encoder     = &WebDocument{}
		tl_web_document_gen.go#L60: 	_ bin.Decoder     = &WebDocument{}
		tl_web_document_gen.go#L61: 	_ bin.BareEncoder = &WebDocument{}
		tl_web_document_gen.go#L62: 	_ bin.BareDecoder = &WebDocument{}
		tl_web_document_gen.go#L64: 	_ WebDocumentClass = &WebDocument{}
		tl_web_document_gen.go#L67: func (w *WebDocument) Zero() bool {
		tl_web_document_gen.go#L91: func (w *WebDocument) String() string {
		tl_web_document_gen.go#L95: 	type Alias WebDocument
		tl_web_document_gen.go#L100: func (w *WebDocument) FillFrom(from interface {
		tl_web_document_gen.go#L117: func (*WebDocument) TypeID() uint32 {
		tl_web_document_gen.go#L122: func (*WebDocument) TypeName() string {
		tl_web_document_gen.go#L127: func (w *WebDocument) TypeInfo() tdp.Type {
		tl_web_document_gen.go#L162: func (w *WebDocument) Encode(b *bin.Buffer) error {
		tl_web_document_gen.go#L171: func (w *WebDocument) EncodeBare(b *bin.Buffer) error {
		tl_web_document_gen.go#L192: func (w *WebDocument) Decode(b *bin.Buffer) error {
		tl_web_document_gen.go#L203: func (w *WebDocument) DecodeBare(b *bin.Buffer) error {
		tl_web_document_gen.go#L256: func (w *WebDocument) GetURL() (value string) {
		tl_web_document_gen.go#L264: func (w *WebDocument) GetAccessHash() (value int64) {
		tl_web_document_gen.go#L272: func (w *WebDocument) GetSize() (value int) {
		tl_web_document_gen.go#L280: func (w *WebDocument) GetMimeType() (value string) {
		tl_web_document_gen.go#L288: func (w *WebDocument) GetAttributes() (value []DocumentAttributeClass) {
		tl_web_document_gen.go#L296: func (w *WebDocument) MapAttributes() (value DocumentAttributeClassArray) {
		tl_web_document_gen.go#L594: func (w *WebDocument) AsInput() *InputWebDocument {
		tl_web_document_gen.go#L613: 		v := WebDocument{}
		tl_web_document_slices_gen.go#L122: 		value, ok := elem.(*WebDocument)
		tl_web_document_slices_gen.go#L146: type WebDocumentArray []WebDocument
		tl_web_document_slices_gen.go#L149: func (s WebDocumentArray) Sort(less func(a, b WebDocument) bool) WebDocumentArray {
		tl_web_document_slices_gen.go#L157: func (s WebDocumentArray) SortStable(less func(a, b WebDocument) bool) WebDocumentArray {
		tl_web_document_slices_gen.go#L165: func (s WebDocumentArray) Retain(keep func(x WebDocument) bool) WebDocumentArray {
		tl_web_document_slices_gen.go#L179: func (s WebDocumentArray) First() (v WebDocument, ok bool) {
		tl_web_document_slices_gen.go#L187: func (s WebDocumentArray) Last() (v WebDocument, ok bool) {
		tl_web_document_slices_gen.go#L195: func (s *WebDocumentArray) PopFirst() (v WebDocument, ok bool) {
		tl_web_document_slices_gen.go#L205: 	var zero WebDocument
		tl_web_document_slices_gen.go#L214: func (s *WebDocumentArray) Pop() (v WebDocument, ok bool) {