1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-15 13:19:30 +00:00

ReplyForce companion improvements

This commit is contained in:
2022-07-11 01:27:28 +06:00
parent 3f9237b5de
commit acaf46e015
2 changed files with 21 additions and 2 deletions

View File

@@ -4,6 +4,14 @@
* `Core`:
* For `CopyMessage` order of parameters has been changed
* `ReplyForce` defaults changes:
* All old companion properties (like `ReplyForce.ReplyForceSelective`) have been renamed:
* `ReplyForceSelective` -> `Selective`
* `ReplyForceNonSelective` -> `NonSelective`
* `ReplyForceDefault` -> `Default`
* New companion functions:
* `ReplyForce#Selective`
* `ReplyForce#NonSelective`
* `API`:
* For `copyMessage` order of parameters has been changed
* `Utils`: