tl v57.2.0-rc TL.WebPage
webPage#ca820ed7 flags:# id:long url:string display_url:string type:flags.0?string site_name:flags.1?string title:flags.2?string description:flags.3?string photo:flags.4?Photo embed_url:flags.5?string embed_type:flags.5?string embed_width:flags.6?int embed_height:flags.6?int duration:flags.7?int author:flags.8?string document:flags.9?Document = WebPage;
Summary
Types
t()
t :: %TL.WebPage{author: String.t, description: String.t, display_url: String.t, document: TL.Document.t, duration: integer, embed_height: integer, embed_type: String.t, embed_url: String.t, embed_width: integer, id: integer, photo: TL.Photo.t, site_name: String.t, title: String.t, type: String.t, url: String.t}