1
Commit Graph

19 Commits

Author SHA1 Message Date
TBXark
db32473a6a
feat: add middlewares for handler (#105)
* feat: each handler can add middleware.

* fix: singleFlight middleware example
2024-09-16 11:10:59 +03:00
negasus
59eecdf891 add example edit_message 2024-07-18 17:48:41 +03:00
Andrew Privalov
8984ecd9d4
V7.6 (#102)
* add models.ParseModeMarkdownV1 const

* fix typo in readme

* add method SendPaidMedia

* add field PaidMedia

* add InvoicePayload to TransactionPartnerUser

* add PaidMedia

* remove comments from example

* add refunded_payment

* changelog, readme
2024-07-18 17:37:31 +03:00
Andrew Privalov
267a217a31
support api 7.3 (#84) 2024-05-20 12:07:43 +03:00
Negasus
f46cf7b4cb add example inline_keyboard_multiselect 2024-04-11 11:07:54 +03:00
Negasus
0a8269c9f7 add payment example 2024-04-08 11:49:21 +03:00
Negasus
a84712f39f fix example 2024-02-27 11:10:23 +03:00
Negasus
3531ae2cbe rollback example echo 2024-02-21 12:25:56 +03:00
Negasus
e87f2146b1 fix SetMessageReaction marshal func, fix get response for this method 2024-02-21 12:23:05 +03:00
Negasus
a055854a0e add example handler_match_func 2023-12-07 10:43:04 +03:00
mbehboodian
7521fc90f0
Improve inline_keyboard example app (#31)
* improve inline_keyboard example app

Signed-off-by: mbehboodian <29199390+xeptore@users.noreply.github.com>

* add examples bot instantiation error handling

Signed-off-by: mbehboodian <29199390+xeptore@users.noreply.github.com>

---------

Signed-off-by: mbehboodian <29199390+xeptore@users.noreply.github.com>
2023-04-26 12:00:17 +03:00
Negasus
ab1f1c0a77 fix field type SendDocumentParams.Document from string to InputFile, add example 2022-11-28 11:19:09 +03:00
Andrew Privalov
3b96799879
Check on start (#6)
* call getMe on New and returns error

* update changelog
2022-10-14 13:48:02 +03:00
Negasus
436e67cd77 refactoring, add missing sticker methods 2022-05-06 12:47:43 +03:00
Negasus
30c9ee6b68 add webhook support, refactoring bot api 2022-05-02 19:39:04 +03:00
Negasus
6872a87b16 inline mode support 2022-05-02 15:53:26 +03:00
Negasus
28b72956de validation refactoring, InputMedia group attachment implementation 2022-04-29 19:04:38 +03:00
Negasus
d531c8b234 support all methods, wip validation 2022-04-29 12:21:42 +03:00
Negasus
a030f389d9 initial 2022-04-25 19:02:51 +03:00