1
Commit Graph

80 Commits

Author SHA1 Message Date
Andrew Privalov
337def9889
- add option WithInitialOffset(offset int64) - allows to set initial offset for getUpdates method (#148) 2025-01-13 10:59:56 +03:00
negasus
233ff74107 changelog 2025-01-11 12:26:46 +03:00
negasus
6317bb0bb5 - add method bot.ID() int64
- add method `bot.Token() string`
2025-01-10 12:00:32 +03:00
negasus
0965b615d9 update changelog 2025-01-10 11:13:20 +03:00
negasus
243d1ab004 changelog 2024-12-23 11:13:28 +03:00
Andrew Privalov
dda407358e
8.1 (#137)
* api 8.1

* readme
2024-12-19 15:12:11 +03:00
negasus
2ca16892f9 fix CreateNewStickerSetParams 2024-11-21 11:00:16 +03:00
Andrew Privalov
a12a771e33
API v8.0 (#133)
* bot api 8.0

* readme
2024-11-18 11:37:50 +03:00
negasus
4acba80cf3 changelog 2024-11-08 11:02:23 +03:00
Andrew Privalov
7500be4241
v7.11 (#127) 2024-10-31 18:39:49 +03:00
negasus
ffe9424d23 changelog 2024-10-21 11:48:06 +03:00
negasus
138b0c78b0 add option WithNoAsyncHandlers 2024-10-17 11:17:15 +03:00
negasus
a160547a6e changelog 2024-10-10 16:25:17 +03:00
negasus
c5814e4e34 changelog 2024-10-07 11:17:58 +03:00
negasus
36f64b9589 - change field type FromChatID from string to any for ForwardMessageParams, ForwardMessagesParams, CopyMessageParams and CopyMessagesParams params 2024-09-23 10:31:59 +03:00
negasus
5978d3f86f changelog 2024-09-16 12:06:25 +03:00
Andrew Privalov
581c533020
7.10 (#114)
* 7.10

* changelog
2024-09-13 15:43:05 +03:00
negasus
463c180562 changelog 2024-09-10 18:25:47 +03:00
negasus
a19ef6f2de changelog 2024-08-23 17:13:45 +03:00
Andrew Privalov
addc1c9e3a
add option UseTestEnvironment (#109)
* add option `UseTestEnvironment` #89

* add test
2024-08-22 11:45:37 +03:00
Andrew Privalov
b3b73e94e1
7.9 (#103)
* api 7.9

* changelog, readme
2024-08-14 16:43:42 +03:00
negasus
8e44d4e7c6 update changelog 2024-07-25 15:31:42 +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
7a604116d3
7.5 (#98)
* api v7.5

* update readme, changelog
2024-06-24 13:13:37 +03:00
negasus
3c2cdfd30e changelog 2024-06-19 14:59:11 +03:00
Andrew Privalov
6aa9af577a
Update CHANGELOG.md
edit version
2024-05-29 14:09:28 +03:00
Andrew Privalov
79a3783161
7.4 (#86)
* add omitempty for `provider_token` fields

* add RefundStarPayment method

* add effect_id to message

* add message_effect_id

* add show_caption_above_media

* add show_caption_above_media

* add types for chatAction consts

* changelog, readme
2024-05-29 14:08:43 +03:00
negasus
0f68ee1108 changelog 2024-05-22 17:15:30 +03:00
Andrew Privalov
267a217a31
support api 7.3 (#84) 2024-05-20 12:07:43 +03:00
negasus
0bb8dbb214 changelog 2024-04-25 18:18:44 +03:00
Negasus
dec2879294 changelog 2024-04-03 14:47:57 +03:00
Negasus
8f8421f0a9 update readme and changelog 2024-04-02 18:12:13 +03:00
Negasus
18a19b86c1 changelog 2024-03-11 11:29:18 +03:00
Negasus
786df41923 ForwardMessages return slice of MessageID 2024-03-05 10:51:20 +03:00
Negasus
da1d60ce63 changelog 2024-03-04 19:07:37 +03:00
Andrew Privalov
e376830f99
- fix CallbackQuery.Message field type from InaccessibleMessage to MaybeInaccessibleMessage (#63) 2024-02-27 11:06:57 +03:00
Negasus
335f41c98a changelog 2024-02-22 12:28:46 +03:00
Negasus
ee749540d1 changelog 2024-02-21 12:23:17 +03:00
Negasus
bed78c996b fix typo in json tag models.UsersShared for field UserIDs 2024-02-21 11:13:15 +03:00
Andrew Privalov
ceeb95e6f1
support API v7.1 (#61) 2024-02-19 11:56:20 +03:00
Negasus
427189da2c fix: add 'omitempty' to LinkPreviewOptions.URL 2024-01-15 11:05:16 +03:00
Andrew Privalov
96a4c359a7
v7.0 (#55)
* API v7.0

* readme
2024-01-10 15:16:04 +03:00
Negasus
8753c4a6d7 readme, changelog 2023-12-07 10:54:53 +03:00
Andrew Privalov
8701e81a7d
Has spoiler input media (#43)
* add missed field HasSpoiler to InputMedia types

* changelog
2023-10-16 15:35:48 +03:00
Negasus
2429f9b258 changelog 2023-10-09 11:52:14 +03:00
Andrew Privalov
f04eaedb1c
6.9 (#40)
* Added the new administrator privileges can_post_stories, can_edit_stories and can_delete_stories to the classes ChatMemberAdministrator and ChatAdministratorRights.

* update PromoteChatMemberParams

* update WriteAccessAllowed

* update changelog, readme
2023-09-28 13:57:02 +03:00
Andrew Privalov
9ddae8e867
6.8 (#38) 2023-08-24 11:29:23 +03:00
Negasus
b503429910 - update defaultUpdatesChanCap from 64 to 1024 2023-08-14 12:55:32 +03:00
Negasus
2d08a92e6a revert changes 2023-06-14 10:51:00 +03:00
Negasus
e0160cc185 check for empty token on bot init 2023-06-13 16:47:20 +03:00