upstream: apply changes

This commit is contained in:
ZavaruKitsu
2022-10-15 18:16:22 +03:00
parent 8d02b54b05
commit 77242a200f
12 changed files with 48 additions and 154 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ using TelegramBotBase.Base;
namespace TelegramBotBase.Form;
/// <summary>
/// This is used to split incomming requests depending on the chat type.
/// This is used to split incoming requests depending on the chat type.
/// </summary>
public class SplitterForm : FormBase
{
@@ -90,4 +90,4 @@ public class SplitterForm : FormBase
{
return base.SentData(message);
}
}
}