2022-05-14 00:37:40 +02:00
<!DOCTYPE html>
< html class = "" >
< head >
< meta charset = "utf-8" >
2024-02-10 15:42:20 +01:00
< title > stories.getBoostsStatus< / title >
2022-05-14 00:37:40 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
2024-02-10 15:42:20 +01:00
< meta property = "description" content = "Get the current boost status of a channel, see here » for more info on boosts." >
< meta property = "og:title" content = "stories.getBoostsStatus" >
2022-05-14 00:37:40 +02:00
< meta property = "og:image" content = "" >
2024-02-10 15:42:20 +01:00
< meta property = "og:description" content = "Get the current boost status of a channel, see here » for more info on boosts." >
2022-05-14 00:37:40 +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" >
2023-03-20 12:08:32 +01:00
< link href = "/css/telegram.css?236" rel = "stylesheet" media = "screen" >
2022-05-14 00:37:40 +02:00
< 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 >
2024-02-10 15:42:20 +01:00
< li class = "active" > < a href = "/api" > API< / a > < / li >
2022-05-14 00:37:40 +02:00
< li class = "" > < a href = "/mtproto" > Protocol< / a > < / li >
2024-02-10 15:42:20 +01:00
< li class = "" > < a href = "/schema" > Schema< / a > < / li >
2022-05-14 00:37:40 +02:00
< / ul >
< / div >
< / div >
< / div >
< div class = "container clearfix" >
< div class = "dev_page" >
< div id = "dev_page_content_wrap" class = " " >
2024-02-10 15:42:20 +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 = "/methods" > All Methods< / a > < / li > < i class = "icon icon-breadcrumb-divider" > < / i > < li > < a href = "/method/stories.getBoostsStatus" > stories.getBoostsStatus< / a > < / li > < / ul > < / div >
< h1 id = "dev_page_title" > stories.getBoostsStatus< / h1 >
2022-05-14 00:37:40 +02:00
2024-02-10 15:42:20 +01:00
< div id = "dev_page_content" > < p > Get the current < a href = "/api/boost" > boost status< / a > of a channel, see < a href = "/api/boost" > here »< / a > for more info on boosts.< / p >
2024-02-14 14:54:05 +01:00
< p > {schema}< / p >
2022-05-14 00:37:40 +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 >
2024-02-10 15:42:20 +01:00
< td > < strong > peer< / strong > < / td >
< td style = "text-align: center;" > < a href = "/type/InputPeer" > InputPeer< / a > < / td >
< td > The channel< / td >
2022-05-14 00:37:40 +02:00
< / tr >
2024-02-10 15:42:20 +01:00
< / tbody >
< / table >
< h3 > < a class = "anchor" href = "#result" id = "result" name = "result" > < i class = "anchor-icon" > < / i > < / a > Result< / h3 >
< p > < / p >
< h3 > < a class = "anchor" href = "#possible-errors" id = "possible-errors" name = "possible-errors" > < i class = "anchor-icon" > < / i > < / a > Possible errors< / h3 >
< table class = "table" >
< thead >
< tr >
< th > Code< / th >
< th > Type< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
2022-05-14 00:37:40 +02:00
< tr >
2024-02-10 15:42:20 +01:00
< td > 400< / td >
< td > PEER_ID_INVALID< / td >
< td > The provided peer id is invalid.< / td >
2022-05-14 00:37:40 +02:00
< / tr >
< / tbody >
< / table >
2024-02-10 15:42:20 +01:00
< 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 = "#channel-boosts" id = "channel-boosts" name = "channel-boosts" > < i class = "anchor-icon" > < / i > < / a > < a href = "/api/boost" > Channel boosts< / a > < / h4 >
< p > Telegram Premium users can grant their favorite channels additional features like the ability to post stories by giving them boosts.< / p > < / div >
2022-05-14 00:37:40 +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 >
2022-09-09 12:10:24 +02:00
< li > < a href = "//telegram.org/privacy" > Privacy< / a > < / li >
2022-09-09 23:58:59 +02:00
< li > < a href = "//telegram.org/press" > Press< / a > < / li >
2022-05-14 00:37:40 +02:00
< / 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 >
2022-09-09 23:58:59 +02:00
< li > < a href = "//telegram.org/android" > Android< / a > < / li >
< li > < a href = "//telegram.org/dl/web" > Mobile Web< / a > < / li >
2022-05-14 00:37:40 +02:00
< / 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-14 14:54:05 +01:00
< h5 > < a href = "https://twitter.com/telegram" target = "_blank" data-track = "Follow/Twitter" onclick = "trackDlClick(this, event)" > Twitter< / a > < / h5 >
2022-05-14 00:37:40 +02:00
< / div >
< / div >
< / div >
< / div >
2022-12-10 23:50:15 +01:00
< script src = "/js/main.js?47" > < / script >
2022-05-14 00:37:40 +02:00
< script > b a c k T o T o p I n i t ( " G o u p " ) ;
removePreloadInit();
< / script >
< / body >
< / html >