2023-09-23 23:45:49 +02:00
<!DOCTYPE html>
< html class = "" >
< head >
< meta charset = "utf-8" >
2024-02-10 15:36:22 +01:00
< title > inputBotInlineMessageMediaWebPage< / title >
2023-09-23 23:45:49 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
2024-02-10 15:36:22 +01:00
< meta property = "description" content = "Specifies options that will be used to generate the link preview for the message, or even a standalone link preview without an attached message." >
< meta property = "og:title" content = "inputBotInlineMessageMediaWebPage" >
2023-09-23 23:45:49 +02:00
< meta property = "og:image" content = "" >
2024-02-10 15:36:22 +01:00
< meta property = "og:description" content = "Specifies options that will be used to generate the link preview for the message, or even a standalone link preview without an attached message." >
2023-09-23 23:45:49 +02:00
< link rel = "icon" type = "image/svg+xml" href = "/img/website_icon.svg?4" >
< link rel = "apple-touch-icon" sizes = "180x180" href = "/img/apple-touch-icon.png" >
< link rel = "icon" type = "image/png" sizes = "32x32" href = "/img/favicon-32x32.png" >
< link rel = "icon" type = "image/png" sizes = "16x16" href = "/img/favicon-16x16.png" >
< link rel = "alternate icon" href = "/img/favicon.ico" type = "image/x-icon" / >
< link href = "/css/bootstrap.min.css?3" rel = "stylesheet" >
< link href = "/css/telegram.css?236" rel = "stylesheet" media = "screen" >
< style >
< / style >
< / head >
< body class = "preload" >
< div class = "dev_page_wrap" >
< div class = "dev_page_head navbar navbar-static-top navbar-tg" >
< div class = "navbar-inner" >
< div class = "container clearfix" >
< ul class = "nav navbar-nav navbar-right hidden-xs" > < li class = "navbar-twitter" > < a href = "https://twitter.com/telegram" target = "_blank" data-track = "Follow/Twitter" onclick = "trackDlClick(this, event)" > < i class = "icon icon-twitter" > < / i > < span > Twitter< / span > < / a > < / li > < / ul >
< ul class = "nav navbar-nav" >
< li > < a href = "//telegram.org/" > Home< / a > < / li >
< li class = "hidden-xs" > < a href = "//telegram.org/faq" > FAQ< / a > < / li >
< li class = "hidden-xs" > < a href = "//telegram.org/apps" > Apps< / a > < / li >
< li class = "" > < a href = "/api" > API< / a > < / li >
< li class = "" > < a href = "/mtproto" > Protocol< / a > < / li >
< li class = "active" > < a href = "/schema" > Schema< / a > < / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "container clearfix" >
< div class = "dev_page" >
< div id = "dev_page_content_wrap" class = " " >
2024-02-10 15:36:22 +01:00
< div class = "dev_page_bread_crumbs" > < ul class = "breadcrumb clearfix" > < li > < a href = "/api" > API< / a > < / li > < i class = "icon icon-breadcrumb-divider" > < / i > < li > < a href = "/schema" > TL-schema< / a > < / li > < i class = "icon icon-breadcrumb-divider" > < / i > < li > < a href = "/constructor/inputBotInlineMessageMediaWebPage" > inputBotInlineMessageMediaWebPage< / a > < / li > < / ul > < / div >
< h1 id = "dev_page_title" > inputBotInlineMessageMediaWebPage< / h1 >
2023-09-23 23:45:49 +02:00
2024-02-10 15:36:22 +01:00
< div id = "dev_page_content" > < p > Specifies options that will be used to generate the link preview for the message, or even a standalone link preview without an attached message.< / p >
2024-02-14 12:46:05 +01:00
< p > {schema}< / p >
2023-09-24 15:34:27 +02:00
< h3 > < a class = "anchor" href = "#parameters" id = "parameters" name = "parameters" > < i class = "anchor-icon" > < / i > < / a > Parameters< / h3 >
< table class = "table" >
< thead >
< tr >
< th > Name< / th >
< th style = "text-align: center;" > Type< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < strong > flags< / strong > < / td >
< td style = "text-align: center;" > < a href = "/type/%23" > #< / a > < / td >
< td > Flags, see < a href = "/mtproto/TL-combinators#conditional-fields" > TL conditional fields< / a > < / td >
< / tr >
< tr >
2024-02-10 15:36:22 +01:00
< td > < strong > invert_media< / strong > < / td >
< td style = "text-align: center;" > < a href = "/mtproto/TL-combinators#conditional-fields" > flags< / a > .3?< a href = "/constructor/true" > true< / a > < / td >
< td > If set, any eventual webpage preview will be shown on top of the message instead of at the bottom.< / td >
2023-09-24 15:34:27 +02:00
< / tr >
< tr >
2024-02-10 15:36:22 +01:00
< td > < strong > force_large_media< / strong > < / td >
< td style = "text-align: center;" > < a href = "/mtproto/TL-combinators#conditional-fields" > flags< / a > .4?< a href = "/constructor/true" > true< / a > < / td >
< td > If set, specifies that a large media preview should be used.< / td >
2023-09-24 15:34:27 +02:00
< / tr >
< tr >
2024-02-10 15:36:22 +01:00
< td > < strong > force_small_media< / strong > < / td >
< td style = "text-align: center;" > < a href = "/mtproto/TL-combinators#conditional-fields" > flags< / a > .5?< a href = "/constructor/true" > true< / a > < / td >
< td > If set, specifies that a small media preview should be used.< / td >
2023-09-24 15:34:27 +02:00
< / tr >
< tr >
2024-02-10 15:36:22 +01:00
< td > < strong > optional< / strong > < / td >
< td style = "text-align: center;" > < a href = "/mtproto/TL-combinators#conditional-fields" > flags< / a > .6?< a href = "/constructor/true" > true< / a > < / td >
< td > If < strong > not< / strong > set, a < code > WEBPAGE_NOT_FOUND< / code > RPC error will be emitted if a webpage preview cannot be generated for the specified < code > url< / code > ; otherwise, no error will be emitted (unless the provided message is also empty, in which case a < code > MESSAGE_EMPTY< / code > will be emitted, instead).< / td >
2023-09-24 15:34:27 +02:00
< / tr >
< tr >
2024-02-10 15:36:22 +01:00
< td > < strong > message< / strong > < / td >
< td style = "text-align: center;" > < a href = "/type/string" > string< / a > < / td >
< td > The message, can be empty.< / td >
2023-09-24 15:34:27 +02:00
< / tr >
< tr >
2024-02-10 15:36:22 +01:00
< td > < strong > entities< / strong > < / td >
< td style = "text-align: center;" > < a href = "/mtproto/TL-combinators#conditional-fields" > flags< / a > .1?< a href = "/type/Vector%20t" > Vector< / a > < < a href = "/type/MessageEntity" > MessageEntity< / a > > < / td >
< td > < a href = "/api/entities" > Message entities for styled text< / a > < / td >
< / tr >
< tr >
< td > < strong > url< / strong > < / td >
< td style = "text-align: center;" > < a href = "/type/string" > string< / a > < / td >
< td > The URL to use for the link preview.< / td >
< / tr >
< tr >
< td > < strong > reply_markup< / strong > < / td >
< td style = "text-align: center;" > < a href = "/mtproto/TL-combinators#conditional-fields" > flags< / a > .2?< a href = "/type/ReplyMarkup" > ReplyMarkup< / a > < / td >
< td > Inline keyboard< / td >
2023-09-24 15:34:27 +02:00
< / tr >
< / tbody >
< / table >
< h3 > < a class = "anchor" href = "#type" id = "type" name = "type" > < i class = "anchor-icon" > < / i > < / a > Type< / h3 >
2024-02-10 15:36:22 +01:00
< p > < a href = "/type/InputBotInlineMessage" > InputBotInlineMessage< / a > < / p >
2023-10-06 21:53:01 +02:00
< h3 > < a class = "anchor" href = "#related-pages" id = "related-pages" name = "related-pages" > < i class = "anchor-icon" > < / i > < / a > Related pages< / h3 >
2024-02-10 15:36:22 +01:00
< h4 > < a class = "anchor" href = "#styled-text-with-message-entities" id = "styled-text-with-message-entities" name = "styled-text-with-message-entities" > < i class = "anchor-icon" > < / i > < / a > < a href = "/api/entities" > Styled text with message entities< / a > < / h4 >
< p > How to create styled text with message entities< / p > < / div >
2023-09-23 23:45:49 +02:00
< / div >
< / div >
< / div >
< div class = "footer_wrap" >
< div class = "footer_columns_wrap footer_desktop" >
< div class = "footer_column footer_column_telegram" >
< h5 > Telegram< / h5 >
< div class = "footer_telegram_description" > < / div >
Telegram is a cloud-based mobile and desktop messaging app with a focus on security and speed.
< / div >
< div class = "footer_column" >
< h5 > < a href = "//telegram.org/faq" > About< / a > < / h5 >
< ul >
< li > < a href = "//telegram.org/faq" > FAQ< / a > < / li >
< li > < a href = "//telegram.org/privacy" > Privacy< / a > < / li >
< li > < a href = "//telegram.org/press" > Press< / a > < / li >
< / ul >
< / div >
< div class = "footer_column" >
< h5 > < a href = "//telegram.org/apps#mobile-apps" > Mobile Apps< / a > < / h5 >
< ul >
< li > < a href = "//telegram.org/dl/ios" > iPhone/iPad< / a > < / li >
< li > < a href = "//telegram.org/android" > Android< / a > < / li >
< li > < a href = "//telegram.org/dl/web" > Mobile Web< / a > < / li >
< / ul >
< / div >
< div class = "footer_column" >
< h5 > < a href = "//telegram.org/apps#desktop-apps" > Desktop Apps< / a > < / h5 >
< ul >
< li > < a href = "//desktop.telegram.org/" > PC/Mac/Linux< / a > < / li >
< li > < a href = "//macos.telegram.org/" > macOS< / a > < / li >
< li > < a href = "//telegram.org/dl/web" > Web-browser< / a > < / li >
< / ul >
< / div >
< div class = "footer_column footer_column_platform" >
2024-02-10 15:36:22 +01:00
< h5 > < a href = "/" > Platform< / a > < / h5 >
2023-09-23 23:45:49 +02:00
< ul >
2024-02-10 15:36:22 +01:00
< li > < a href = "/api" > API< / a > < / li >
2023-09-23 23:45:49 +02:00
< li > < a href = "//translations.telegram.org/" > Translations< / a > < / li >
< li > < a href = "//instantview.telegram.org/" > Instant View< / a > < / li >
< / ul >
< / div >
< / div >
< div class = "footer_columns_wrap footer_mobile" >
< div class = "footer_column" >
< h5 > < a href = "//telegram.org/faq" > About< / a > < / h5 >
< / div >
< div class = "footer_column" >
< h5 > < a href = "//telegram.org/blog" > Blog< / a > < / h5 >
< / div >
< div class = "footer_column" >
< h5 > < a href = "//telegram.org/apps" > Apps< / a > < / h5 >
< / div >
< div class = "footer_column" >
2024-02-10 15:36:22 +01:00
< h5 > < a href = "/" > Platform< / a > < / h5 >
2023-09-23 23:45:49 +02:00
< / div >
< div class = "footer_column" >
2024-02-14 12:46:05 +01:00
< h5 > < a href = "https://twitter.com/telegram" target = "_blank" data-track = "Follow/Twitter" onclick = "trackDlClick(this, event)" > Twitter< / a > < / h5 >
2023-09-23 23:45:49 +02:00
< / div >
< / div >
< / div >
< / div >
< script src = "/js/main.js?47" > < / script >
< script > b a c k T o T o p I n i t ( " G o u p " ) ;
removePreloadInit();
< / script >
< / body >
< / html >