github.com/tada-team/tdproto@v1.51.57/pdf_version.go (about)

     1  package tdproto
     2  
     3  // PDF preview of mediafile. Experimental
     4  type PdfVersion struct {
     5  	// Absolute url
     6  	Url string `json:"url"`
     7  
     8  	// First string of text content
     9  	TextPreview string `json:"text_preview,omitempty"`
    10  }