2024-02-10 15:29:33 +01:00
<!DOCTYPE html>
< html class = "" >
< head >
< meta charset = "utf-8" >
< title > storyItem< / title >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< meta property = "description" content = "Represents a story." >
< meta property = "og:title" content = "storyItem" >
< meta property = "og:image" content = "" >
< meta property = "og:description" content = "Represents a story." >
< 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 = " " >
< 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/storyItem" > storyItem< / a > < / li > < / ul > < / div >
< h1 id = "dev_page_title" > storyItem< / h1 >
< div id = "dev_page_content" > < p > Represents a < a href = "/api/stories" > story< / a > .< / p >
2024-02-15 05:14:20 +01:00
< p > {schema}< / p >
2024-02-10 15:29:33 +01: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 >
< td > < strong > pinned< / 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 > Whether this story is pinned on the user's profile< / td >
< / tr >
< tr >
< td > < strong > public< / strong > < / td >
< td style = "text-align: center;" > < a href = "/mtproto/TL-combinators#conditional-fields" > flags< / a > .7?< a href = "/constructor/true" > true< / a > < / td >
< td > Whether this story is public and can be viewed by everyone< / td >
< / tr >
< tr >
< td > < strong > close_friends< / strong > < / td >
< td style = "text-align: center;" > < a href = "/mtproto/TL-combinators#conditional-fields" > flags< / a > .8?< a href = "/constructor/true" > true< / a > < / td >
< td > Whether this story can only be viewed by < a href = "/api/privacy" > our close friends, see here »< / a > for more info< / td >
< / tr >
< tr >
< td > < strong > min< / strong > < / td >
< td style = "text-align: center;" > < a href = "/mtproto/TL-combinators#conditional-fields" > flags< / a > .9?< a href = "/constructor/true" > true< / a > < / td >
< td > Full information about this story was omitted for space and performance reasons; use < a href = "/method/stories.getStoriesByID" > stories.getStoriesByID< / a > to fetch full info about this story when and if needed.< / td >
< / tr >
< tr >
< td > < strong > noforwards< / strong > < / td >
< td style = "text-align: center;" > < a href = "/mtproto/TL-combinators#conditional-fields" > flags< / a > .10?< a href = "/constructor/true" > true< / a > < / td >
< td > Whether this story is < a href = "https://telegram.org/blog/protected-content-delete-by-date-and-more" > protected< / a > and thus cannot be forwarded; clients should also prevent users from saving attached media (i.e. videos should only be streamed, photos should be kept in RAM, et cetera).< / td >
< / tr >
< tr >
< td > < strong > edited< / strong > < / td >
< td style = "text-align: center;" > < a href = "/mtproto/TL-combinators#conditional-fields" > flags< / a > .11?< a href = "/constructor/true" > true< / a > < / td >
< td > Indicates whether the story was edited.< / td >
< / tr >
< tr >
< td > < strong > contacts< / strong > < / td >
< td style = "text-align: center;" > < a href = "/mtproto/TL-combinators#conditional-fields" > flags< / a > .12?< a href = "/constructor/true" > true< / a > < / td >
< td > Whether this story can only be viewed by our contacts< / td >
< / tr >
< tr >
< td > < strong > selected_contacts< / strong > < / td >
< td style = "text-align: center;" > < a href = "/mtproto/TL-combinators#conditional-fields" > flags< / a > .13?< a href = "/constructor/true" > true< / a > < / td >
< td > Whether this story can only be viewed by a select list of our contacts< / td >
< / tr >
< tr >
< td > < strong > out< / strong > < / td >
< td style = "text-align: center;" > < a href = "/mtproto/TL-combinators#conditional-fields" > flags< / a > .16?< a href = "/constructor/true" > true< / a > < / td >
< td > indicates whether we sent this story.< / td >
< / tr >
< tr >
< td > < strong > id< / strong > < / td >
< td style = "text-align: center;" > < a href = "/type/int" > int< / a > < / td >
< td > ID of the story.< / td >
< / tr >
< tr >
< td > < strong > date< / strong > < / td >
< td style = "text-align: center;" > < a href = "/type/int" > int< / a > < / td >
< td > When was the story posted.< / td >
< / tr >
< tr >
< td > < strong > fwd_from< / strong > < / td >
< td style = "text-align: center;" > < a href = "/mtproto/TL-combinators#conditional-fields" > flags< / a > .17?< a href = "/type/StoryFwdHeader" > StoryFwdHeader< / a > < / td >
< td > For < a href = "/api/stories#reposting-stories" > reposted stories »< / a > , contains info about the original story.< / td >
< / tr >
< tr >
< td > < strong > expire_date< / strong > < / td >
< td style = "text-align: center;" > < a href = "/type/int" > int< / a > < / td >
< td > When does the story expire.< / td >
< / tr >
< tr >
< td > < strong > caption< / strong > < / td >
< td style = "text-align: center;" > < a href = "/mtproto/TL-combinators#conditional-fields" > flags< / a > .0?< a href = "/type/string" > string< / a > < / td >
< td > Story caption.< / td >
< / tr >
< tr >
< 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 > media< / strong > < / td >
< td style = "text-align: center;" > < a href = "/type/MessageMedia" > MessageMedia< / a > < / td >
< td > Story media.< / td >
< / tr >
< tr >
< td > < strong > media_areas< / strong > < / td >
< td style = "text-align: center;" > < a href = "/mtproto/TL-combinators#conditional-fields" > flags< / a > .14?< a href = "/type/Vector%20t" > Vector< / a > < < a href = "/type/MediaArea" > MediaArea< / a > > < / td >
< td > List of media areas, see < a href = "/api/stories#media-areas" > here »< / a > for more info on media areas.< / td >
< / tr >
< tr >
< td > < strong > privacy< / strong > < / td >
< td style = "text-align: center;" > < a href = "/mtproto/TL-combinators#conditional-fields" > flags< / a > .2?< a href = "/type/Vector%20t" > Vector< / a > < < a href = "/type/PrivacyRule" > PrivacyRule< / a > > < / td >
< td > < a href = "/api/privacy" > Privacy rules< / a > indicating who can and can't view this story< / td >
< / tr >
< tr >
< td > < strong > views< / strong > < / td >
< td style = "text-align: center;" > < a href = "/mtproto/TL-combinators#conditional-fields" > flags< / a > .3?< a href = "/type/StoryViews" > StoryViews< / a > < / td >
< td > View date and reaction information< / td >
< / tr >
< tr >
< td > < strong > sent_reaction< / strong > < / td >
< td style = "text-align: center;" > < a href = "/mtproto/TL-combinators#conditional-fields" > flags< / a > .15?< a href = "/type/Reaction" > Reaction< / a > < / td >
< td > The reaction we sent.< / td >
< / tr >
< / tbody >
< / table >
< h3 > < a class = "anchor" href = "#type" id = "type" name = "type" > < i class = "anchor-icon" > < / i > < / a > Type< / h3 >
< p > < a href = "/type/StoryItem" > StoryItem< / a > < / p >
< h3 > < a class = "anchor" href = "#related-pages" id = "related-pages" name = "related-pages" > < i class = "anchor-icon" > < / i > < / a > Related pages< / h3 >
< h4 > < a class = "anchor" href = "#privacy" id = "privacy" name = "privacy" > < i class = "anchor-icon" > < / i > < / a > < a href = "/api/privacy" > Privacy< / a > < / h4 >
< p > Telegram allows users to specify granular privacy settings, choosing which users can or can't interact with them in certain ways.< / p >
< h4 > < a class = "anchor" href = "#storiesgetstoriesbyid" id = "storiesgetstoriesbyid" name = "storiesgetstoriesbyid" > < i class = "anchor-icon" > < / i > < / a > < a href = "/method/stories.getStoriesByID" > stories.getStoriesByID< / a > < / h4 >
< p > Obtain full info about a set of < a href = "/api/stories" > stories< / a > by their IDs.< / p >
< h4 > < a class = "anchor" href = "#stories" id = "stories" name = "stories" > < i class = "anchor-icon" > < / i > < / a > < a href = "/api/stories" > Stories< / a > < / h4 >
< p > Telegram users and channels can easily post and view stories through the API.< / p >
< 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 >
< / 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" >
< h5 > < a href = "/" > Platform< / a > < / h5 >
< ul >
< li > < a href = "/api" > API< / a > < / li >
< 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" >
< h5 > < a href = "/" > Platform< / a > < / h5 >
< / div >
< div class = "footer_column" >
2024-02-15 05:14:20 +01:00
< h5 > < a href = "https://twitter.com/telegram" target = "_blank" data-track = "Follow/Twitter" onclick = "trackDlClick(this, event)" > Twitter< / a > < / h5 >
2024-02-10 15:29:33 +01: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 >