Florian Zevedei
98eba1c5f9
Adding simplified versions for BotBaseBuilder serialization options.
2023-09-12 14:40:12 +02:00
Florian Zevedei
727d9d5508
Updating project file and version number
2023-09-12 14:15:25 +02:00
Florian Zevedei
243c9c82a8
Adding new simple label control and example
2023-09-12 14:14:38 +02:00
Florian Zevedei
d21a5f8937
Removing Telegram.Bot.Extensions.Polling nuget package
2023-09-10 18:03:33 +02:00
FlorianDahn
54e131d852
Fixing copyright
2023-09-09 18:50:13 +02:00
FlorianDahn
0700e1e1ba
Fixing class renaming of TelegramBot framework 18 to 19
2023-09-09 18:49:52 +02:00
FlorianDahn
da8a2f630b
Switching MessageId property from private to public #42
2023-06-04 17:59:55 +02:00
Florian Zevedei
d7abe6f023
Merge branch 'development' into development
2023-06-04 17:29:28 +02:00
FlorianDahn
c463878bb4
Bugfix TaggedButtonGrid max page calculation
2023-06-04 17:17:32 +02:00
FlorianDahn
54513c0214
Moving TaggedButtonGrid icons into localization file
2023-06-04 17:17:15 +02:00
FlorianDahn
6ae92b0b29
Bugfix for TaggedButtonGrid in combination with AutoCleanForm
2023-06-04 17:15:30 +02:00
FlorianDahn
c0e67d6262
Fixing AutoCleanForm and NavigationController
...
- AutoCleanForm does not work properly inside a NavigationController (Some messages wont get deleted)
2023-01-27 20:11:45 +01:00
Florian Zevedei
34890e35ac
Merge pull request #40 from palashjhabak/development
...
Add Web App Inline Keyboard Button
2023-01-21 17:01:40 +01:00
Palash Jhabak
6343a8a719
Add Web App Inline Keyboard Button
2023-01-21 09:47:28 +05:30
ZavaruKitsu
c3c7d8f0c4
Merge remote-tracking branch 'upstream/development' into development
...
# Conflicts:
# TelegramBotBase.Test/packages.config
# TelegramBotBase/Form/CallbackData.cs
# TelegramBotBase/TelegramBotBase.nuspec
2023-01-04 15:57:29 +03:00
Alexei Agüero Alba
138199e811
Correctly implement Dispose pattern in FormBase for use on derived classes
2022-12-05 17:18:54 -05:00
Alexei Agüero Alba
c86ce7a9e0
Call Serialize implicitly when assigning to a string
2022-12-01 09:45:43 -05:00
Florian Zevedei
355c601e17
Merge pull request #32 from MajMcCloud/development
...
Updating to 5.2
2022-11-23 13:15:35 +01:00
ZavaruKitsu
9400cfc74e
refactor: rename MaxLengthException & fix naming
2022-10-15 21:59:12 +03:00
ZavaruKitsu
fb51677429
refactor: make properties readonly
2022-10-15 19:01:29 +03:00
ZavaruKitsu
b9a177c152
fix: merge conflict
2022-10-15 18:28:15 +03:00
ZavaruKitsu
a0666ad70a
fix: merge conflict
2022-10-15 18:24:48 +03:00
ZavaruKitsu
77242a200f
upstream: apply changes
2022-10-15 18:16:22 +03:00
FlorianDahn
f39b1d11be
Integration of changes
...
Integrate some changes and cleanups
Co-Authored-By: Alexey <110727638+ZavaruKitsu@users.noreply.github.com>
2022-10-09 17:12:52 +02:00
ZavaruKitsu
8d02b54b05
fix: remove obsolete properties & fix NRE
2022-10-08 20:37:35 +03:00
ZavaruKitsu
f9d25dfb83
fix!: prevent exceptions from being muted
...
happens by not awaiting tasks
2022-10-08 20:00:21 +03:00
ZavaruKitsu
f41fdf90ed
fix!: get rid of async void
2022-10-08 19:37:00 +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
21cdbf4db6
deps: update Telegram.Bot and other libs
2022-09-21 22:49:14 +03:00
FlorianDahn
16371b8c7a
#26 Fix error on using InvokeMessageLoop
...
- Fixes the error on using the default InvokeMessageLoop with Deviceid
2022-09-01 13:49:26 +02:00
ZavaruKitsu
b2d4c4c3f8
feat: add DI form factory
2022-08-19 15:54:36 +03:00
FlorianDahn
df7880fcf3
Make OnMessageSent async as well
2022-07-02 14:07:25 +02:00
FlorianDahn
0ebce16490
Remove unnecessary null checks
2022-07-02 14:05:57 +02:00
FlorianDahn
e8279892e4
Update TelegramBotBase.nuspec
...
Update Newtonsoft.Json package version
2022-06-27 14:30:23 +02: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
d99bb79849
Shrinking methods to Lambda functions
2022-05-16 14:34:05 +02:00
FlorianDahn
6aac7d887a
Update Nuget reference for Polling module to latest version
2022-05-15 23:20:40 +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
2c567419ec
Update MessageClient.cs
...
- increasing parameters for Get/SetCommand methods
- adding DeleteBotCommands methods
2022-05-15 23:17:01 +02:00
FlorianDahn
e81f535f75
New methods for SendingVideo
...
- adding SendVideo by byte array
- adding SendLocalVideo to send videofile from disk
2022-05-15 15:42:53 +02:00
FlorianDahn
72a1fa3c99
Replacing Client in ResultBase and subclasses
...
- replace Client with Device to allow more access
- making Client in DeviceSession public to allow access from outside
2022-05-15 15:41:24 +02:00
FlorianDahn
d08cbe8b0e
Bugfix with MessageResult leads to having not access to MessageClient
2022-04-16 15:36:55 +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
ff3c22566a
Comment Cleanup
2022-01-05 18:40:44 +01:00
FlorianDahn
4f85677deb
Comment Cleanup
2022-01-05 18:39:06 +01:00
FlorianDahn
f03e67f345
Adding QuickStart Option for BotBaseBuilder
2022-01-05 18:26:10 +01:00