Update content of files

This commit is contained in:
GitHub Action 2023-04-25 05:38:41 +00:00
parent 7cb6a0a60e
commit de76bb0b97
12 changed files with 6 additions and 57 deletions

View file

@ -43,22 +43,7 @@
<h1 id="dev_page_title">messages.getAllChats</h1>
<div id="dev_page_content"><p>Get all chats, channels and supergroups</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown">
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="?layer=1">1 &ndash; Base layer</a></li><li><a href="?layer=2">2 &ndash; New userpic notifications</a></li><li><a href="?layer=3">3 &ndash; Send message can trigger link change</a></li><li><a href="?layer=4">4 &ndash; Check-in chats</a></li><li><a href="?layer=5">5 &ndash; Localized SMS, localized notifications</a></li><li><a href="?layer=6">6 &ndash; Foursquare integration</a></li><li><a href="?layer=7">7 &ndash; Added wallPaperSolid</a></li><li><a href="?layer=8">8 &ndash; Added end-to-end encryption</a></li><li><a href="?layer=9">9 &ndash; Improved big files upload perfomance</a></li><li><a href="?layer=10">10 &ndash; Improved chat participants updates</a></li><li><a href="?layer=11">11 &ndash; Improved secret chats</a></li><li><a href="?layer=12">12 &ndash; New dynamic support</a></li><li><a href="?layer=13">13 &ndash; Audio, video MIME; contacts import retry; new secret actions</a></li><li><a href="?layer=14">14 &ndash; Notify settings sync, blacklist sync</a></li><li><a href="?layer=15">15 &ndash; Modified getHistory offset behaviour</a></li><li><a href="?layer=16">16 &ndash; Split sendCode into 2 parts</a></li><li><a href="?layer=17">17 &ndash; Added custom typing, introduced message flags</a></li><li><a href="?layer=18">18 &ndash; Added usernames</a></li><li><a href="?layer=23">23 &ndash; Stickers for secret chats</a></li><li><a href="?layer=105">105 &ndash; Scheduled messages, Cloud themes</a></li><li><a href="?layer=108">108 &ndash; Login with QR code</a></li><li><a href="?layer=109">109 &ndash; Polls v2</a></li><li><a href="?layer=110">110 &ndash; People Nearby 2.0, Bank card entity</a></li><li><a href="?layer=111">111 &ndash; Folders, Broadcast Stats</a></li><li><a href="?layer=112">112 &ndash; Old featured stickers, generic dice, poll timer, poll solution</a></li><li><a href="?layer=113">113 &ndash; PSA</a></li><li><a href="?layer=114">114 &ndash; Video thumbs for GIFs</a></li><li><a href="?layer=115">115 &ndash; Peek Channel Invite</a></li><li><a href="?layer=116">116 &ndash; Group Stats, Profile Videos</a></li><li><a href="?layer=117">117 &ndash; WebRTC Phone Calls</a></li><li><a href="?layer=118">118 &ndash; Callback with 2FA, Countries list</a></li><li><a href="?layer=119">119 &ndash; Comments in channels, Threads, Anonymous Admins</a></li><li><a href="?layer=120">120 &ndash; Multipins, Message Stats, GeoLive v2</a></li><li><a href="?layer=121">121 &ndash; SVG-based Outlines for Stickers</a></li><li><a href="?layer=122">122 &ndash; Voice Chats</a></li><li><a href="?layer=123">123 &ndash; Voice Chat improvements</a></li><li><a href="?layer=124">124 &ndash; Expiring Invite links</a></li><li><a href="?layer=125">125 &ndash; Voice Chats in Broadcasts</a></li><li><a href="?layer=126">126 &ndash; Ban channels in channels</a></li><li><a href="?layer=127">127 &ndash; Payments in channels</a></li><li><a href="?layer=128">128 &ndash; Microthumbs for User/Chat profile photos</a></li><li><a href="?layer=129">129 &ndash; Video Chats</a></li><li><a href="?layer=130">130 &ndash; Custom placeholder for bot reply keyboards</a></li><li><a href="?layer=131">131 &ndash; Reset 2FA Password after a week</a></li><li><a href="?layer=132">132 &ndash; Chat themes</a></li><li><a href="?layer=133">133 &ndash; 64-bit IDs for User/Chat</a></li><li><a href="?layer=134">134 &ndash; Chat Requests, Shared Media Calendar</a></li><li><a href="?layer=135">135 &ndash; Send Message As a Channel</a></li><li><a href="?layer=136">136 &ndash; Reactions</a></li><li><a href="?layer=137">137 &ndash; Translations</a></li><li><a href="?layer=138">138 &ndash; GIF Sticker Packs</a></li><li><a href="?layer=139">139 &ndash; RTMP streaming</a></li><li><a href="?layer=140">140 &ndash; WebApps, Cloud Ringtones</a></li><li><a href="?layer=142">142 &ndash; TCP Reflectors</a></li><li><a href="?layer=143">143 &ndash; Premium Subscription, Cloud Invoices</a></li><li><a href="?layer=144">144 &ndash; Premium as a Gift, Custom Emoji</a></li><li><a href="?layer=145"><strong>145 &ndash; Custom Reactions, Statuses, Sign In with email</strong></a></li>
<li class="divider"></li>
<li><a href="/api/layers">More...</a></li>
</ul>
</li>
</ul>
</div>
<pre class="page_scheme"><code><a href="/constructor/messages.chats" >messages.chats</a>#64ff9fd5 chats:<a href="/type/Vector%20t" >Vector</a>&lt;<a href="/type/Chat" >Chat</a>&gt; = <a href="/type/messages.Chats" >messages.Chats</a>;
<a href="/constructor/messages.chatsSlice" >messages.chatsSlice</a>#9cd81144 count:<a href="/type/int" >int</a> chats:<a href="/type/Vector%20t" >Vector</a>&lt;<a href="/type/Chat" >Chat</a>&gt; = <a href="/type/messages.Chats" >messages.Chats</a>;
---functions---
<a href="/method/messages.getAllChats" class="current_page_link" >messages.getAllChats</a>#875f74be except_ids:<a href="/type/Vector%20t" >Vector</a>&lt;<a href="/type/long" >long</a>&gt; = <a href="/type/messages.Chats" >messages.Chats</a>;</code></pre></p>
<p>{schema}</p>
<h3><a class="anchor" href="#parameters" id="parameters" name="parameters"><i class="anchor-icon"></i></a>Parameters</h3>
<table class="table">
<thead>

View file

@ -1690,7 +1690,6 @@ See also TL-Schema…">
<a href="/method/messages.getGameHighScores" >messages.getGameHighScores</a>#e822649d peer:<a href="/type/InputPeer" >InputPeer</a> id:<a href="/type/int" >int</a> user_id:<a href="/type/InputUser" >InputUser</a> = <a href="/type/messages.HighScores" >messages.HighScores</a>;
<a href="/method/messages.getInlineGameHighScores" >messages.getInlineGameHighScores</a>#f635e1b id:<a href="/type/InputBotInlineMessageID" >InputBotInlineMessageID</a> user_id:<a href="/type/InputUser" >InputUser</a> = <a href="/type/messages.HighScores" >messages.HighScores</a>;
<a href="/method/messages.getCommonChats" >messages.getCommonChats</a>#e40ca104 user_id:<a href="/type/InputUser" >InputUser</a> max_id:<a href="/type/long" >long</a> limit:<a href="/type/int" >int</a> = <a href="/type/messages.Chats" >messages.Chats</a>;
<a href="/method/messages.getAllChats" >messages.getAllChats</a>#875f74be except_ids:<a href="/type/Vector%20t" >Vector</a>&lt;<a href="/type/long" >long</a>&gt; = <a href="/type/messages.Chats" >messages.Chats</a>;
<a href="/method/messages.getWebPage" >messages.getWebPage</a>#32ca8f91 url:<a href="/type/string" >string</a> hash:<a href="/type/int" >int</a> = <a href="/type/WebPage" >WebPage</a>;
<a href="/method/messages.toggleDialogPin" >messages.toggleDialogPin</a>#a731e257 flags:<a href="/type/%23" >#</a> pinned:flags.0?true peer:<a href="/type/InputDialogPeer" >InputDialogPeer</a> = <a href="/type/Bool" >Bool</a>;
<a href="/method/messages.reorderPinnedDialogs" >messages.reorderPinnedDialogs</a>#3b1adf37 flags:<a href="/type/%23" >#</a> force:flags.0?true folder_id:<a href="/type/int" >int</a> order:<a href="/type/Vector%20t" >Vector</a>&lt;<a href="/type/InputDialogPeer" >InputDialogPeer</a>&gt; = <a href="/type/Bool" >Bool</a>;

File diff suppressed because one or more lines are too long

View file

@ -62,7 +62,6 @@
<a href="/method/messages.getChats" >messages.getChats</a>#49e9528f id:<a href="/type/Vector%20t" >Vector</a>&lt;<a href="/type/long" >long</a>&gt; = <a href="/type/messages.Chats" class="current_page_link" >messages.Chats</a>;
<a href="/method/messages.getCommonChats" >messages.getCommonChats</a>#e40ca104 user_id:<a href="/type/InputUser" >InputUser</a> max_id:<a href="/type/long" >long</a> limit:<a href="/type/int" >int</a> = <a href="/type/messages.Chats" class="current_page_link" >messages.Chats</a>;
<a href="/method/messages.getAllChats" >messages.getAllChats</a>#875f74be except_ids:<a href="/type/Vector%20t" >Vector</a>&lt;<a href="/type/long" >long</a>&gt; = <a href="/type/messages.Chats" class="current_page_link" >messages.Chats</a>;
<a href="/method/channels.getChannels" >channels.getChannels</a>#a7f6bbb id:<a href="/type/Vector%20t" >Vector</a>&lt;<a href="/type/InputChannel" >InputChannel</a>&gt; = <a href="/type/messages.Chats" class="current_page_link" >messages.Chats</a>;
<a href="/method/channels.getAdminedPublicChannels" >channels.getAdminedPublicChannels</a>#f8b036af flags:<a href="/type/%23" >#</a> by_location:flags.0?true check_limit:flags.1?true = <a href="/type/messages.Chats" class="current_page_link" >messages.Chats</a>;

View file

@ -43,22 +43,7 @@
<h1 id="dev_page_title">messages.getAllChats</h1>
<div id="dev_page_content"><p>Get all chats, channels and supergroups</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown">
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="?layer=1">1 &ndash; Base layer</a></li><li><a href="?layer=2">2 &ndash; New userpic notifications</a></li><li><a href="?layer=3">3 &ndash; Send message can trigger link change</a></li><li><a href="?layer=4">4 &ndash; Check-in chats</a></li><li><a href="?layer=5">5 &ndash; Localized SMS, localized notifications</a></li><li><a href="?layer=6">6 &ndash; Foursquare integration</a></li><li><a href="?layer=7">7 &ndash; Added wallPaperSolid</a></li><li><a href="?layer=8">8 &ndash; Added end-to-end encryption</a></li><li><a href="?layer=9">9 &ndash; Improved big files upload perfomance</a></li><li><a href="?layer=10">10 &ndash; Improved chat participants updates</a></li><li><a href="?layer=11">11 &ndash; Improved secret chats</a></li><li><a href="?layer=12">12 &ndash; New dynamic support</a></li><li><a href="?layer=13">13 &ndash; Audio, video MIME; contacts import retry; new secret actions</a></li><li><a href="?layer=14">14 &ndash; Notify settings sync, blacklist sync</a></li><li><a href="?layer=15">15 &ndash; Modified getHistory offset behaviour</a></li><li><a href="?layer=16">16 &ndash; Split sendCode into 2 parts</a></li><li><a href="?layer=17">17 &ndash; Added custom typing, introduced message flags</a></li><li><a href="?layer=18">18 &ndash; Added usernames</a></li><li><a href="?layer=23">23 &ndash; Stickers for secret chats</a></li><li><a href="?layer=105">105 &ndash; Scheduled messages, Cloud themes</a></li><li><a href="?layer=108">108 &ndash; Login with QR code</a></li><li><a href="?layer=109">109 &ndash; Polls v2</a></li><li><a href="?layer=110">110 &ndash; People Nearby 2.0, Bank card entity</a></li><li><a href="?layer=111">111 &ndash; Folders, Broadcast Stats</a></li><li><a href="?layer=112">112 &ndash; Old featured stickers, generic dice, poll timer, poll solution</a></li><li><a href="?layer=113">113 &ndash; PSA</a></li><li><a href="?layer=114">114 &ndash; Video thumbs for GIFs</a></li><li><a href="?layer=115">115 &ndash; Peek Channel Invite</a></li><li><a href="?layer=116">116 &ndash; Group Stats, Profile Videos</a></li><li><a href="?layer=117">117 &ndash; WebRTC Phone Calls</a></li><li><a href="?layer=118">118 &ndash; Callback with 2FA, Countries list</a></li><li><a href="?layer=119">119 &ndash; Comments in channels, Threads, Anonymous Admins</a></li><li><a href="?layer=120">120 &ndash; Multipins, Message Stats, GeoLive v2</a></li><li><a href="?layer=121">121 &ndash; SVG-based Outlines for Stickers</a></li><li><a href="?layer=122">122 &ndash; Voice Chats</a></li><li><a href="?layer=123">123 &ndash; Voice Chat improvements</a></li><li><a href="?layer=124">124 &ndash; Expiring Invite links</a></li><li><a href="?layer=125">125 &ndash; Voice Chats in Broadcasts</a></li><li><a href="?layer=126">126 &ndash; Ban channels in channels</a></li><li><a href="?layer=127">127 &ndash; Payments in channels</a></li><li><a href="?layer=128">128 &ndash; Microthumbs for User/Chat profile photos</a></li><li><a href="?layer=129">129 &ndash; Video Chats</a></li><li><a href="?layer=130">130 &ndash; Custom placeholder for bot reply keyboards</a></li><li><a href="?layer=131">131 &ndash; Reset 2FA Password after a week</a></li><li><a href="?layer=132">132 &ndash; Chat themes</a></li><li><a href="?layer=133">133 &ndash; 64-bit IDs for User/Chat</a></li><li><a href="?layer=134">134 &ndash; Chat Requests, Shared Media Calendar</a></li><li><a href="?layer=135">135 &ndash; Send Message As a Channel</a></li><li><a href="?layer=136">136 &ndash; Reactions</a></li><li><a href="?layer=137">137 &ndash; Translations</a></li><li><a href="?layer=138">138 &ndash; GIF Sticker Packs</a></li><li><a href="?layer=139">139 &ndash; RTMP streaming</a></li><li><a href="?layer=140">140 &ndash; WebApps, Cloud Ringtones</a></li><li><a href="?layer=142">142 &ndash; TCP Reflectors</a></li><li><a href="?layer=143">143 &ndash; Premium Subscription, Cloud Invoices</a></li><li><a href="?layer=144">144 &ndash; Premium as a Gift, Custom Emoji</a></li><li><a href="?layer=145"><strong>145 &ndash; Custom Reactions, Statuses, Sign In with email</strong></a></li>
<li class="divider"></li>
<li><a href="/api/layers">More...</a></li>
</ul>
</li>
</ul>
</div>
<pre class="page_scheme"><code><a href="/constructor/messages.chats" >messages.chats</a>#64ff9fd5 chats:<a href="/type/Vector%20t" >Vector</a>&lt;<a href="/type/Chat" >Chat</a>&gt; = <a href="/type/messages.Chats" >messages.Chats</a>;
<a href="/constructor/messages.chatsSlice" >messages.chatsSlice</a>#9cd81144 count:<a href="/type/int" >int</a> chats:<a href="/type/Vector%20t" >Vector</a>&lt;<a href="/type/Chat" >Chat</a>&gt; = <a href="/type/messages.Chats" >messages.Chats</a>;
---functions---
<a href="/method/messages.getAllChats" class="current_page_link" >messages.getAllChats</a>#875f74be except_ids:<a href="/type/Vector%20t" >Vector</a>&lt;<a href="/type/long" >long</a>&gt; = <a href="/type/messages.Chats" >messages.Chats</a>;</code></pre></p>
<p>{schema}</p>
<h3><a class="anchor" href="#parameters" id="parameters" name="parameters"><i class="anchor-icon"></i></a>Parameters</h3>
<table class="table">
<thead>

View file

@ -1690,7 +1690,6 @@ See also TL-Schema…">
<a href="/method/messages.getGameHighScores" >messages.getGameHighScores</a>#e822649d peer:<a href="/type/InputPeer" >InputPeer</a> id:<a href="/type/int" >int</a> user_id:<a href="/type/InputUser" >InputUser</a> = <a href="/type/messages.HighScores" >messages.HighScores</a>;
<a href="/method/messages.getInlineGameHighScores" >messages.getInlineGameHighScores</a>#f635e1b id:<a href="/type/InputBotInlineMessageID" >InputBotInlineMessageID</a> user_id:<a href="/type/InputUser" >InputUser</a> = <a href="/type/messages.HighScores" >messages.HighScores</a>;
<a href="/method/messages.getCommonChats" >messages.getCommonChats</a>#e40ca104 user_id:<a href="/type/InputUser" >InputUser</a> max_id:<a href="/type/long" >long</a> limit:<a href="/type/int" >int</a> = <a href="/type/messages.Chats" >messages.Chats</a>;
<a href="/method/messages.getAllChats" >messages.getAllChats</a>#875f74be except_ids:<a href="/type/Vector%20t" >Vector</a>&lt;<a href="/type/long" >long</a>&gt; = <a href="/type/messages.Chats" >messages.Chats</a>;
<a href="/method/messages.getWebPage" >messages.getWebPage</a>#32ca8f91 url:<a href="/type/string" >string</a> hash:<a href="/type/int" >int</a> = <a href="/type/WebPage" >WebPage</a>;
<a href="/method/messages.toggleDialogPin" >messages.toggleDialogPin</a>#a731e257 flags:<a href="/type/%23" >#</a> pinned:flags.0?true peer:<a href="/type/InputDialogPeer" >InputDialogPeer</a> = <a href="/type/Bool" >Bool</a>;
<a href="/method/messages.reorderPinnedDialogs" >messages.reorderPinnedDialogs</a>#3b1adf37 flags:<a href="/type/%23" >#</a> force:flags.0?true folder_id:<a href="/type/int" >int</a> order:<a href="/type/Vector%20t" >Vector</a>&lt;<a href="/type/InputDialogPeer" >InputDialogPeer</a>&gt; = <a href="/type/Bool" >Bool</a>;

File diff suppressed because one or more lines are too long

View file

@ -62,7 +62,6 @@
<a href="/method/messages.getChats" >messages.getChats</a>#49e9528f id:<a href="/type/Vector%20t" >Vector</a>&lt;<a href="/type/long" >long</a>&gt; = <a href="/type/messages.Chats" class="current_page_link" >messages.Chats</a>;
<a href="/method/messages.getCommonChats" >messages.getCommonChats</a>#e40ca104 user_id:<a href="/type/InputUser" >InputUser</a> max_id:<a href="/type/long" >long</a> limit:<a href="/type/int" >int</a> = <a href="/type/messages.Chats" class="current_page_link" >messages.Chats</a>;
<a href="/method/messages.getAllChats" >messages.getAllChats</a>#875f74be except_ids:<a href="/type/Vector%20t" >Vector</a>&lt;<a href="/type/long" >long</a>&gt; = <a href="/type/messages.Chats" class="current_page_link" >messages.Chats</a>;
<a href="/method/channels.getChannels" >channels.getChannels</a>#a7f6bbb id:<a href="/type/Vector%20t" >Vector</a>&lt;<a href="/type/InputChannel" >InputChannel</a>&gt; = <a href="/type/messages.Chats" class="current_page_link" >messages.Chats</a>;
<a href="/method/channels.getAdminedPublicChannels" >channels.getAdminedPublicChannels</a>#f8b036af flags:<a href="/type/%23" >#</a> by_location:flags.0?true check_limit:flags.1?true = <a href="/type/messages.Chats" class="current_page_link" >messages.Chats</a>;

View file

@ -43,22 +43,7 @@
<h1 id="dev_page_title">messages.getAllChats</h1>
<div id="dev_page_content"><p>Get all chats, channels and supergroups</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown">
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 158 <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="?layer=1">1 &ndash; Base layer</a></li><li><a href="?layer=2">2 &ndash; New userpic notifications</a></li><li><a href="?layer=3">3 &ndash; Send message can trigger link change</a></li><li><a href="?layer=4">4 &ndash; Check-in chats</a></li><li><a href="?layer=5">5 &ndash; Localized SMS, localized notifications</a></li><li><a href="?layer=6">6 &ndash; Foursquare integration</a></li><li><a href="?layer=7">7 &ndash; Added wallPaperSolid</a></li><li><a href="?layer=8">8 &ndash; Added end-to-end encryption</a></li><li><a href="?layer=9">9 &ndash; Improved big files upload perfomance</a></li><li><a href="?layer=10">10 &ndash; Improved chat participants updates</a></li><li><a href="?layer=11">11 &ndash; Improved secret chats</a></li><li><a href="?layer=12">12 &ndash; New dynamic support</a></li><li><a href="?layer=13">13 &ndash; Audio, video MIME; contacts import retry; new secret actions</a></li><li><a href="?layer=14">14 &ndash; Notify settings sync, blacklist sync</a></li><li><a href="?layer=15">15 &ndash; Modified getHistory offset behaviour</a></li><li><a href="?layer=16">16 &ndash; Split sendCode into 2 parts</a></li><li><a href="?layer=17">17 &ndash; Added custom typing, introduced message flags</a></li><li><a href="?layer=18">18 &ndash; Added usernames</a></li><li><a href="?layer=23">23 &ndash; Stickers for secret chats</a></li><li><a href="?layer=105">105 &ndash; Scheduled messages, Cloud themes</a></li><li><a href="?layer=108">108 &ndash; Login with QR code</a></li><li><a href="?layer=109">109 &ndash; Polls v2</a></li><li><a href="?layer=110">110 &ndash; People Nearby 2.0, Bank card entity</a></li><li><a href="?layer=111">111 &ndash; Folders, Broadcast Stats</a></li><li><a href="?layer=112">112 &ndash; Old featured stickers, generic dice, poll timer, poll solution</a></li><li><a href="?layer=113">113 &ndash; PSA</a></li><li><a href="?layer=114">114 &ndash; Video thumbs for GIFs</a></li><li><a href="?layer=115">115 &ndash; Peek Channel Invite</a></li><li><a href="?layer=116">116 &ndash; Group Stats, Profile Videos</a></li><li><a href="?layer=117">117 &ndash; WebRTC Phone Calls</a></li><li><a href="?layer=118">118 &ndash; Callback with 2FA, Countries list</a></li><li><a href="?layer=119">119 &ndash; Comments in channels, Threads, Anonymous Admins</a></li><li><a href="?layer=120">120 &ndash; Multipins, Message Stats, GeoLive v2</a></li><li><a href="?layer=121">121 &ndash; SVG-based Outlines for Stickers</a></li><li><a href="?layer=122">122 &ndash; Voice Chats</a></li><li><a href="?layer=123">123 &ndash; Voice Chat improvements</a></li><li><a href="?layer=124">124 &ndash; Expiring Invite links</a></li><li><a href="?layer=125">125 &ndash; Voice Chats in Broadcasts</a></li><li><a href="?layer=126">126 &ndash; Ban channels in channels</a></li><li><a href="?layer=127">127 &ndash; Payments in channels</a></li><li><a href="?layer=128">128 &ndash; Microthumbs for User/Chat profile photos</a></li><li><a href="?layer=129">129 &ndash; Video Chats</a></li><li><a href="?layer=130">130 &ndash; Custom placeholder for bot reply keyboards</a></li><li><a href="?layer=131">131 &ndash; Reset 2FA Password after a week</a></li><li><a href="?layer=132">132 &ndash; Chat themes</a></li><li><a href="?layer=133">133 &ndash; 64-bit IDs for User/Chat</a></li><li><a href="?layer=134">134 &ndash; Chat Requests, Shared Media Calendar</a></li><li><a href="?layer=135">135 &ndash; Send Message As a Channel</a></li><li><a href="?layer=136">136 &ndash; Reactions</a></li><li><a href="?layer=137">137 &ndash; Translations</a></li><li><a href="?layer=138">138 &ndash; GIF Sticker Packs</a></li><li><a href="?layer=139">139 &ndash; RTMP streaming</a></li><li><a href="?layer=140">140 &ndash; WebApps, Cloud Ringtones</a></li><li><a href="?layer=142">142 &ndash; TCP Reflectors</a></li><li><a href="?layer=143">143 &ndash; Premium Subscription, Cloud Invoices</a></li><li><a href="?layer=144">144 &ndash; Premium as a Gift, Custom Emoji</a></li><li><a href="?layer=145">145 &ndash; Custom Reactions, Statuses, Sign In with email</a></li><li><a href="?layer=146">146 &ndash; Extended Media</a></li><li><a href="?layer=147">147 &ndash; Keywords for Stickers</a></li><li><a href="?layer=148">148 &ndash; Groups with Topics</a></li><li><a href="?layer=149">149 &ndash; Pinned Topics</a></li><li><a href="?layer=150">150 &ndash; Fragment Phone Numbers, General Topics</a></li><li><a href="?layer=151">151 &ndash; Spoiler Photos, Userpics for Contacts</a></li><li><a href="?layer=152">152 &ndash; Rich Translations, Login via Firebase</a></li><li><a href="?layer=153">153 &ndash; Stickers API</a></li><li><a href="?layer=154">154 &ndash; Dates of Read Messages in Groups</a></li><li><a href="?layer=155">155 &ndash; Dates of Reactions</a></li><li><a href="?layer=158"><strong>158 &ndash; Chat Lists</strong></a></li>
<li class="divider"></li>
<li><a href="/api/layers">More...</a></li>
</ul>
</li>
</ul>
</div>
<pre class="page_scheme"><code><a href="/constructor/messages.chats" >messages.chats</a>#64ff9fd5 chats:<a href="/type/Vector%20t" >Vector</a>&lt;<a href="/type/Chat" >Chat</a>&gt; = <a href="/type/messages.Chats" >messages.Chats</a>;
<a href="/constructor/messages.chatsSlice" >messages.chatsSlice</a>#9cd81144 count:<a href="/type/int" >int</a> chats:<a href="/type/Vector%20t" >Vector</a>&lt;<a href="/type/Chat" >Chat</a>&gt; = <a href="/type/messages.Chats" >messages.Chats</a>;
---functions---
<a href="/method/messages.getAllChats" class="current_page_link" >messages.getAllChats</a>#875f74be except_ids:<a href="/type/Vector%20t" >Vector</a>&lt;<a href="/type/long" >long</a>&gt; = <a href="/type/messages.Chats" >messages.Chats</a>;</code></pre></p>
<p>{schema}</p>
<h3><a class="anchor" href="#parameters" id="parameters" name="parameters"><i class="anchor-icon"></i></a>Parameters</h3>
<table class="table">
<thead>

View file

@ -1801,7 +1801,6 @@ See also TL-Schema…">
<a href="/method/messages.getGameHighScores" >messages.getGameHighScores</a>#e822649d peer:<a href="/type/InputPeer" >InputPeer</a> id:<a href="/type/int" >int</a> user_id:<a href="/type/InputUser" >InputUser</a> = <a href="/type/messages.HighScores" >messages.HighScores</a>;
<a href="/method/messages.getInlineGameHighScores" >messages.getInlineGameHighScores</a>#f635e1b id:<a href="/type/InputBotInlineMessageID" >InputBotInlineMessageID</a> user_id:<a href="/type/InputUser" >InputUser</a> = <a href="/type/messages.HighScores" >messages.HighScores</a>;
<a href="/method/messages.getCommonChats" >messages.getCommonChats</a>#e40ca104 user_id:<a href="/type/InputUser" >InputUser</a> max_id:<a href="/type/long" >long</a> limit:<a href="/type/int" >int</a> = <a href="/type/messages.Chats" >messages.Chats</a>;
<a href="/method/messages.getAllChats" >messages.getAllChats</a>#875f74be except_ids:<a href="/type/Vector%20t" >Vector</a>&lt;<a href="/type/long" >long</a>&gt; = <a href="/type/messages.Chats" >messages.Chats</a>;
<a href="/method/messages.getWebPage" >messages.getWebPage</a>#32ca8f91 url:<a href="/type/string" >string</a> hash:<a href="/type/int" >int</a> = <a href="/type/WebPage" >WebPage</a>;
<a href="/method/messages.toggleDialogPin" >messages.toggleDialogPin</a>#a731e257 flags:<a href="/type/%23" >#</a> pinned:flags.0?true peer:<a href="/type/InputDialogPeer" >InputDialogPeer</a> = <a href="/type/Bool" >Bool</a>;
<a href="/method/messages.reorderPinnedDialogs" >messages.reorderPinnedDialogs</a>#3b1adf37 flags:<a href="/type/%23" >#</a> force:flags.0?true folder_id:<a href="/type/int" >int</a> order:<a href="/type/Vector%20t" >Vector</a>&lt;<a href="/type/InputDialogPeer" >InputDialogPeer</a>&gt; = <a href="/type/Bool" >Bool</a>;

File diff suppressed because one or more lines are too long

View file

@ -62,7 +62,6 @@
<a href="/method/messages.getChats" >messages.getChats</a>#49e9528f id:<a href="/type/Vector%20t" >Vector</a>&lt;<a href="/type/long" >long</a>&gt; = <a href="/type/messages.Chats" class="current_page_link" >messages.Chats</a>;
<a href="/method/messages.getCommonChats" >messages.getCommonChats</a>#e40ca104 user_id:<a href="/type/InputUser" >InputUser</a> max_id:<a href="/type/long" >long</a> limit:<a href="/type/int" >int</a> = <a href="/type/messages.Chats" class="current_page_link" >messages.Chats</a>;
<a href="/method/messages.getAllChats" >messages.getAllChats</a>#875f74be except_ids:<a href="/type/Vector%20t" >Vector</a>&lt;<a href="/type/long" >long</a>&gt; = <a href="/type/messages.Chats" class="current_page_link" >messages.Chats</a>;
<a href="/method/channels.getChannels" >channels.getChannels</a>#a7f6bbb id:<a href="/type/Vector%20t" >Vector</a>&lt;<a href="/type/InputChannel" >InputChannel</a>&gt; = <a href="/type/messages.Chats" class="current_page_link" >messages.Chats</a>;
<a href="/method/channels.getAdminedPublicChannels" >channels.getAdminedPublicChannels</a>#f8b036af flags:<a href="/type/%23" >#</a> by_location:flags.0?true check_limit:flags.1?true = <a href="/type/messages.Chats" class="current_page_link" >messages.Chats</a>;