diff --git a/.github/dev.yml b/.github/dev.yml
index ef5dbc5..7119f2c 100644
--- a/.github/dev.yml
+++ b/.github/dev.yml
@@ -2,7 +2,7 @@ pr: none
trigger:
- master
-name: 1.8.3-dev.$(Rev:r)
+name: 1.8.4-dev.$(Rev:r)
pool:
vmImage: ubuntu-latest
diff --git a/README.md b/README.md
index d65b443..9910be7 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-[](https://www.nuget.org/packages/WTelegramClient/)
+[](https://www.nuget.org/packages/WTelegramClient/)
[](https://dev.azure.com/wiz0u/WTelegramClient/_build?definitionId=7)
-[](https://corefork.telegram.org/methods)
+[](https://corefork.telegram.org/methods)
[](https://dev.azure.com/wiz0u/WTelegramClient/_packaging?_a=package&feed=WTelegramClient&package=WTelegramClient&protocolType=NuGet)
[](https://t.me/WTelegramClient)
[](http://wizou.fr/donate.html)
diff --git a/src/TL.Schema.cs b/src/TL.Schema.cs
index ab27783..7fdcb41 100644
--- a/src/TL.Schema.cs
+++ b/src/TL.Schema.cs
@@ -15197,7 +15197,7 @@ namespace TL
/// Peer
/// Message ID
/// Get only reactions of this type (UTF8 emoji)
- /// Offset (typically taken from the next_offset field of the returned )
+ /// Offset (typically taken from the next_offset field of the returned )
/// Maximum number of results to return, see pagination
public static Task Messages_GetMessageReactionsList(this Client client, InputPeer peer, int id, int limit, string reaction = null, string offset = null)
=> client.Invoke(new Messages_GetMessageReactionsList