Commit graph

120 commits

Author SHA1 Message Date
Syfaro
10a9f2650f Implement Bot API 6.0 changes. 2022-04-16 12:36:59 -04:00
Syfaro
50273c947a Add ProtectContent field, spoiler type comment. 2022-01-02 22:00:12 -05:00
Syfaro
3f07c5f676 Updates for Bot API 5.5. 2021-12-07 10:08:41 -05:00
Syfaro
f2ef2729ab Add alias for kickChatMember rename. 2021-12-03 21:44:02 -05:00
Syfaro
24489300ee Remove deprecated methods, other small fixes. 2021-12-03 21:16:31 -05:00
Syfaro
3834565c35
Merge pull request #487 from alexandear/fix-commented-funcs
Fix comment format for functions and constants
2021-11-08 17:40:56 -05:00
Oleksandr Redko
4986a8cd92 Fix comment format for functions and constants 2021-11-08 17:34:56 -05:00
Oleksandr Redko
77aa442a43 Fix typos and grammar issues in comments 2021-11-08 17:29:10 -05:00
Syfaro
7c82078b7a
Merge pull request #469 from go-telegram-bot-api/files
Create interface for file data
2021-11-08 14:26:17 -05:00
Syfaro
04f547ba7c Updates for Bot API 5.4. 2021-11-08 14:17:17 -05:00
Syfaro
816532053b Create interface for file data. 2021-08-20 15:31:52 -04:00
Syfaro
66dc9e8246 Updates for Bot API 5.3. 2021-06-27 15:15:09 -04:00
Syfaro
b4a22fe527 Updates for Bot API 5.2, other small fixes. 2021-04-26 12:12:06 -04:00
Syfaro
0a6e349f52
Merge pull request #431 from go-telegram-bot-api/userid-int64
Change UserID to int64
2021-03-10 14:59:37 -05:00
Syfaro
05db49c9e3 Merge branch 'develop' into multiple-uploads 2021-03-10 12:33:02 -05:00
TJ Horner
3b5c8a96d7 Add allowed_updates to GetUpdates 2021-03-09 15:52:22 -05:00
Syfaro
e03cd7f9c6 Change UserID to int64. 2021-03-09 12:38:15 -05:00
Syfaro
24d4f79474 Updates for Bot API 5.1. 2021-03-09 12:27:17 -05:00
Syfaro
b163052f82 Handle InputMedia{Document,Audio} in media groups. 2021-02-20 13:49:00 -05:00
Syfaro
4064ced03f Add some tests, fix copyMessage. 2020-11-06 12:36:00 -05:00
Syfaro
24e02f7ba6 Merge branch 'develop' into bot-api-5.0 2020-11-06 00:18:30 -05:00
Syfaro
366879b110 Merge branch 'master' into develop 2020-11-05 23:29:48 -05:00
Syfaro
ac5306ce0c Updates for Bot API 5.0. 2020-11-05 16:53:37 -05:00
Syfaro
f2cd95670d Update some forgotten items. 2020-07-26 16:06:22 -05:00
Syfaro
a45216f441 Generalize InputMedia, fix editMessageMedia. 2020-07-26 15:51:33 -05:00
Syfaro
8d14bd7a56 Make MediaGroupConfig Chattable and Fileable. 2020-07-26 14:40:12 -05:00
Syfaro
99b74b8efa Improve usability of new files for configs. 2020-07-25 21:20:05 -05:00
Syfaro
ce4fc988c9 Add support for uploading multiple files. 2020-07-25 19:29:40 -05:00
Syfaro
2f7211a708 Updates for Bot API 4.9. 2020-07-23 17:13:53 -05:00
ros-tel
1059fc759d Delete a message in a channel
(cherry picked from commit 86a3d94b4b)
2020-07-21 13:53:29 -05:00
Syfaro
63cbbdc63c Add missing chat action constants. 2020-07-21 13:46:14 -05:00
Syfaro
da98517cd2
Merge pull request #210 from overplumbum/develop
fix add sticker to stickerset uploads by url and fileId
2020-07-21 01:48:35 -05:00
Syfaro
774f1e72e7 Updates for Bot API 4.8. 2020-04-24 13:18:26 -05:00
Syfaro
75e27e1380 Updates for Bot API 4.7. 2020-03-30 15:35:53 -05:00
TJ Horner
ddf0d3631b Use Params#AddBool for is_closed 2020-01-24 22:44:44 -05:00
TJ Horner
5aaa0b2d03 Bot API 4.6: Polls 2.0, misc. changes 2020-01-24 22:42:19 -05:00
Syfaro
5ce2767dad Updates for Bot API 4.4 and 4.5. 2020-01-06 01:44:13 -06:00
Syfaro
db88019230 Add support for Polls and other API 4.2 updates. 2019-04-14 14:46:45 -05:00
Denis Orlikhin
5d997a78c8 fix uploads by URL and fileId for UploadStickerConfig too, should be the same as in createNewStickerSet 2018-12-06 14:32:25 +03:00
Denis Orlikhin
a0a678302e fix uploads by URL and fileId, should be the same as in createNewStickerSet 2018-11-28 19:06:56 +03:00
Syfaro
cdcb93df5f No reason to use pointers to arrays. 2018-10-08 23:32:34 -05:00
Syfaro
4d758f17d4 Add some missing fields, generalize configs, remove unneeded methods. 2018-10-08 23:05:24 -05:00
Syfaro
1f859674f7 Consistency of variable names. 2018-10-08 18:37:18 -05:00
Syfaro
655c3a4137 Remove outdated and old comments. 2018-10-08 18:26:50 -05:00
Syfaro
03815bf5bd Unify params and values, introduce helpers to deal with fields. 2018-10-08 18:21:29 -05:00
Syfaro
23ed97b145 Merge master into develop. 2018-10-08 03:13:50 -05:00
Syfaro
898e79fe47 Add initial support for sendMediaGroup. 2018-09-21 20:20:28 -05:00
Denis Orlikhin
0343f9ec27 Animation type support added 2018-09-06 15:46:02 +03:00
Oleksandr Savchuk
af72b0a3db add support of parse_mode in EditMessageCaptionConfig 2018-07-30 20:00:09 +03:00
Oleksandr Savchuk
0b68c9b790 add full support of parse mode in captions
- parse_mode of caption support in AudioConfig
 - parse_mode of caption support in DocumentConfig
 - parse_mode of caption support in VideoConfig
 - parse_mode of caption support in VoiceConfig
 - in PhotoConfig add parse_mode only if caption is not empty
2018-07-30 19:53:11 +03:00