Skip to content

Commit 46f4444

Browse files
[Build]
1 parent 5db39fd commit 46f4444

13 files changed

Lines changed: 22 additions & 16 deletions

_versions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export default [
2+
"0.171.0",
23
"0.170.0",
34
"0.161.0",
45
"0.160.0",

doc/https:deno.landxmtkruto@0.171.0mod.ts.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

doc/https:raw.githubusercontent.comMTKrutoMTKrutomainmod.ts.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/methods/addcontact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The note's entities.
3939

4040
</div></div></div><div><div class="flex gap-2"><div class="font-mono p" id="p_noteParseMode" data-anchor="true"><span class="font-bold">noteParseMode</span><span class="opacity-50"><span title="Optional" class="cursor-help">?</span>:</span> <a href="/types/parsemode">ParseMode</a></div></div><div class="pl-3"><div class="no-margin">
4141

42-
The parse mode to use for the note
42+
The parse mode to use for the note.
4343

4444
</div></div></div></div></div>
4545

src/methods/checkpassword.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Check whether a password entered by the user is the same as the account's one.<s
1111

1212
<div class="flex flex-col gap-3"><div><div class="font-mono" id="p_password" data-anchor="true"><span class="font-bold">password</span><span class="opacity-50">:</span> <span>string</span></div><div class="pl-3"><div class="no-margin">
1313

14-
The password to check
14+
The password to check.
1515

1616
</div></div></div></div>
1717

src/types/leftchannellist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The left channels.
1515

1616
</div></div></div><div><div class="flex gap-2"><div class="font-mono p" id="p_count" data-anchor="true"><span class="font-bold">count</span><span class="opacity-50">:</span> <span>number</span></div></div><div class="pl-3"><div class="no-margin">
1717

18-
The total number of left channels
18+
The total number of left channels.
1919

2020
</div></div></div></div>
2121

src/types/messagenewchatphoto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ If this message is a guest message, the user or chat that triggered it.
135135

136136
</div></div></div><div><div class="flex gap-2"><div class="font-mono p" id="p_type" data-anchor="true"><span class="font-bold">type</span><span class="opacity-50">:</span> <span>&quot;newChatPhoto&quot;</span></div></div></div><div><div class="flex gap-2"><div class="font-mono p" id="p_newChatPhoto" data-anchor="true"><span class="font-bold">newChatPhoto</span><span class="opacity-50">:</span> <a href="/types/photo">Photo</a></div></div><div class="pl-3"><div class="no-margin">
137137

138-
The new photo of the chat
138+
The new photo of the chat.
139139

140140
</div></div></div></div>
141141

src/types/photo.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,19 @@ A file identifier that can be used to identify this file.
1919

2020
</div></div></div><div><div class="flex gap-2"><div class="font-mono p" id="p_width" data-anchor="true"><span class="font-bold">width</span><span class="opacity-50">:</span> <span>number</span></div></div><div class="pl-3"><div class="no-margin">
2121

22-
Photo width
22+
The width of the photo.
2323

2424
</div></div></div><div><div class="flex gap-2"><div class="font-mono p" id="p_height" data-anchor="true"><span class="font-bold">height</span><span class="opacity-50">:</span> <span>number</span></div></div><div class="pl-3"><div class="no-margin">
2525

26-
Photo height
26+
The height of the photo.
2727

2828
</div></div></div><div><div class="flex gap-2"><div class="font-mono p" id="p_fileSize" data-anchor="true"><span class="font-bold">fileSize</span><span class="opacity-50">:</span> <span>number</span></div></div><div class="pl-3"><div class="no-margin">
2929

3030
Size of the file in bytes.
3131

32-
</div></div></div><div><div class="flex gap-2"><div class="font-mono p" id="p_thumbnails" data-anchor="true"><span class="font-bold">thumbnails</span><span class="opacity-50">:</span> <a href="/types/thumbnail">Thumbnail</a><span class="opacity-50">[]</span></div></div></div></div>
32+
</div></div></div><div><div class="flex gap-2"><div class="font-mono p" id="p_thumbnails" data-anchor="true"><span class="font-bold">thumbnails</span><span class="opacity-50">:</span> <a href="/types/thumbnail">Thumbnail</a><span class="opacity-50">[]</span></div></div><div class="pl-3"><div class="no-margin">
33+
34+
The photo's thumbnails.
35+
36+
</div></div></div></div>
3337

src/types/sticker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ A file identifier that can be used to identify this file.
1919

2020
</div></div></div><div><div class="flex gap-2"><div class="font-mono p" id="p_type" data-anchor="true"><span class="font-bold">type</span><span class="opacity-50">:</span> <span>&quot;regular&quot;</span> <span class="opacity-50">|</span> <span>&quot;mask&quot;</span> <span class="opacity-50">|</span> <span>&quot;customEmoji&quot;</span></div></div><div class="pl-3"><div class="no-margin">
2121

22-
Type of the sticker, currently one of "regular", "mask", "customEmoji". The type of the sticker is independent from its format, which is determined by the fields is_animated and is_video.
22+
Type of the sticker, currently one of "regular", "mask", "customEmoji". The type of the sticker is independent from its format, which is determined by the fields isAnimated and isVideo.
2323

2424
</div></div></div><div><div class="flex gap-2"><div class="font-mono p" id="p_width" data-anchor="true"><span class="font-bold">width</span><span class="opacity-50">:</span> <span>number</span></div></div><div class="pl-3"><div class="no-margin">
2525

26-
Sticker width
26+
The width of the sticker.
2727

2828
</div></div></div><div><div class="flex gap-2"><div class="font-mono p" id="p_height" data-anchor="true"><span class="font-bold">height</span><span class="opacity-50">:</span> <span>number</span></div></div><div class="pl-3"><div class="no-margin">
2929

30-
Sticker height
30+
The height of the sticker.
3131

3232
</div></div></div><div><div class="flex gap-2"><div class="font-mono p" id="p_isAnimated" data-anchor="true"><span class="font-bold">isAnimated</span><span class="opacity-50">:</span> <span>boolean</span></div></div><div class="pl-3"><div class="no-margin">
3333

src/types/updateconnectionstate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ client.on("connectionState", (ctx) => {
1717

1818
<div class="flex flex-col gap-3"><div><div class="flex gap-2"><div class="font-mono p" id="p_type" data-anchor="true"><span class="font-bold">type</span><span class="opacity-50">:</span> <span>&quot;connectionState&quot;</span></div></div></div><div><div class="flex gap-2"><div class="font-mono p" id="p_connectionState" data-anchor="true"><span class="font-bold">connectionState</span><span class="opacity-50">:</span> <a href="/types/connectionstate">ConnectionState</a></div></div><div class="pl-3"><div class="no-margin">
1919

20-
The client's new connection state
20+
The client's new connection state.
2121

2222
</div></div></div></div>
2323

0 commit comments

Comments
 (0)