Kataanee
8b22fd7b74
Fast fix
2024-01-27 13:16:27 +07:00
Kataanee
254c002d4a
Add Russian in ILanguageSelectionStage
2024-01-27 13:14:15 +07:00
Florian Zevedei
c1018ac5a0
Adding ThrowPendingUpdates option to builder and Message client.
2023-12-09 14:56:02 +01:00
Florian Zevedei
1f438186f4
Merge pull request #50 from MajMcCloud/master
...
Merging master changes into development branch
2023-11-26 15:08:56 +01:00
Florian Zevedei
ab702dbc9f
Added missing UsePersian method to interface.
2023-11-01 01:09:35 +01:00
AmirAbbas
e044d725c9
[FEATURE] add UsePersian method to BotBaseBuilder class
2023-10-31 13:25:46 +03:30
Florian Zevedei
e6a48115a6
Adding xml comments to BotBase
2023-09-29 18:28:55 +02:00
Florian Zevedei
98eba1c5f9
Adding simplified versions for BotBaseBuilder serialization options.
2023-09-12 14:40:12 +02:00
ZavaruKitsu
fb51677429
refactor: make properties readonly
2022-10-15 19:01:29 +03:00
ZavaruKitsu
77242a200f
upstream: apply changes
2022-10-15 18:16:22 +03:00
ZavaruKitsu
f9d25dfb83
fix!: prevent exceptions from being muted
...
happens by not awaiting tasks
2022-10-08 20:00:21 +03:00
ZavaruKitsu
5ab15621a0
fix: reformat using C# rules
2022-10-08 19:26:34 +03:00
ZavaruKitsu
a731e2a8d0
fix: some build & linter warnings
2022-10-08 19:15:51 +03:00
ZavaruKitsu
b2d4c4c3f8
feat: add DI form factory
2022-08-19 15:54:36 +03:00
FlorianDahn
78b3fbebc8
MessageLoop updates
...
- moving MessageLoop folders from Subfolder Factories one level up
- changing namespace and botbuilder methods to change
- adding FullMessageLoop which allows to get all updates (like MinimalMessageLoop but with all methods)
2022-06-06 20:16:33 +02:00
FlorianDahn
707ffd492f
Upgrading BotCommands to new BotCommandScope format
...
- adding IsKnownBotCommand method to BotBase
- updated UploadBotCommand method to new format
- adding new Commandformat to BotBaseBuilder
- adding AddChatCommand and ClearChatCommand for custom Chat commands
- integrating new checks into FormBaseMessageLoop
2022-05-15 23:20:16 +02:00
FlorianDahn
d7a5c149b1
Replacing BotCommands with BotCommandsScope
2022-02-08 18:07:59 +01:00
FlorianDahn
a0b87887f7
Merge branch 'development' of https://github.com/MajMcCloud/TelegramBotFramework into development
2022-02-08 17:01:40 +01:00
FlorianDahn
f1c626a7ba
Integrate new Message Loop
2022-02-08 16:56:35 +01:00
FlorianDahn
8303b0c87f
Adding private constructor
...
- Adding private constructor
- some spacing for regions
2022-01-06 16:54:50 +01:00
FlorianDahn
f03e67f345
Adding QuickStart Option for BotBaseBuilder
2022-01-05 18:26:10 +01:00
FlorianDahn
18bb6584f4
Adding OnlyStart BotBaseBuilder command option
2022-01-05 18:25:33 +01:00
FlorianDahn
d5a89a4ed8
Adding regions to BotBaseBuilder
2022-01-05 18:25:04 +01:00
FlorianDahn
2b914f6f58
Changing CustomMessageLoop parameter
2022-01-05 01:17:44 +02:00
FlorianDahn
b65ec13d8b
Simplifying BotBuilder BotCommands
...
- Simplifying BotBuilder BotCommands
- updating test project
2022-01-05 01:16:22 +02:00
FlorianDahn
b8bdc756d4
Rename file to class name
2021-12-25 16:13:31 +01:00
FlorianDahn
2c58f86524
Adding localization selection step to BotBaseBuilder
...
- Adding localization step
- Updating test project
2021-12-25 16:10:32 +01:00
FlorianDahn
4026f9ba4e
Update for easier serialization during BotBaseBuilder
2021-12-06 02:36:59 +01:00
FlorianDahn
31e52887ba
V17 - Big Update
...
- Adding a message loop interface to build custom message loops
- extracting default message loop from BotBase into seperate class
- updates to BotBaseBuilder for integration of custom message loops
- updating all result classes for using the new Update object of V17
- improving MessageResult and UpdateResult classes
- BotBase has been prepared for cleanup (a lot of comments)
- Comment cleanup at the next build
- updating Readme
2021-11-26 17:57:49 +01:00
FlorianDahn
c1a0b12a94
Replace Configure with CustomCommands
2021-11-26 17:47:42 +01:00
FlorianDahn
d0edf8531c
Replacing Configure method in BBB with CustomCommands
2021-11-22 22:07:55 +01:00
FlorianDahn
d00c5e1799
Updating BotBaseBuilder with more functionality
2021-10-17 18:21:05 +02:00
FlorianDahn
1dff9d5ffe
Update IAPIKeySelectionStage.cs
2021-10-17 17:33:49 +02:00
FlorianDahn
755f5a245b
Renaming
2021-10-17 17:27:06 +02:00
FlorianDahn
a22ede0f4f
Changing BotBase behaviour to fluent api
...
- removing unecessary constructors from BotBase
- removing generics from BotBase
- removing generics from SessionBase
- adding StartFormFactory interface
- adding DefaultStartFormFactory
- adding multiple methods to BotBaseBuilder
2021-10-17 17:25:17 +02:00