Commit Graph

212 Commits (7d82083b039394e83ef7319853e29a3d4ef66b60)

Author SHA1 Message Date
stdkhai 7d82083b03 BOT API 6.7 implementation 2023-07-05 11:23:14 +03:00
stdkhai ef8307cc42 BOT API 6.6 implementation 2023-07-04 22:21:43 +03:00
OvyFlash 3ba8237c47 Fix: missing json tag in UserShared and ChatShared 2023-02-11 19:11:26 +02:00
OvyFlash 16635e50ea Implement Bot API 6.5 changes 2023-02-04 04:53:55 +02:00
OvyFlash 5e115c98c7 Implement Bot API 6.4 changes 2022-12-31 02:15:29 +02:00
OvyFlash 2e912ef461 Merge branch 'master' into bot-api-6.3 2022-11-20 22:04:02 +02:00
OvyFlash 1451a8b7e2 Merge branch 'master' into bot-api-6.2 2022-11-20 22:03:16 +02:00
stdkhai a89ebaebf3 Implement Bot API 6.1 changes 2022-11-20 21:58:26 +02:00
OvyFlash f7e326b02e Implement Bot API 6.2 changes. 2022-11-20 21:55:30 +02:00
OvyFlash 797f683a71 Implement Bot API 6.3 changes. 2022-11-06 01:32:26 +02:00
Syfaro 99503a7118
Merge pull request #560 from temamagic/premium-update
Premium update
2022-10-19 20:30:57 -04:00
Syfaro 617735e3ab
Merge pull request #570 from Olegt0rr/bugs/fix-optional
Omit empty optional fields
2022-10-19 20:28:38 -04:00
Syfaro 52781318c6
Merge pull request #575 from niuhuan/text_mention
feat: add IsTextMention to MessageEntity
2022-10-19 20:27:56 -04:00
Syfaro e404d8bf5e
Merge pull request #586 from iamwavecut/master
add: new sticker types properties
2022-10-19 20:27:39 -04:00
Oleksandr Redko fd903f8182 Fix typos in comments 2022-10-19 11:58:52 +03:00
iamwavecut 7b50c107fb add: new sticker types properties 2022-09-25 14:52:42 +02:00
niuhuan fde05dd128 feat: add IsTextMention to MessageEntity 2022-08-12 11:43:40 +08:00
Oleg A 58adc9bef1
fix: omitempty for optional fields 2022-08-07 01:55:52 +03:00
temamagic 5063835088 feat: add premium animation into message struct 2022-06-20 05:13:22 +03:00
temamagic 4b88e970a1 feat: add is premium user status 2022-06-20 05:12:56 +03:00
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
Oleg Morozov e21487f0d6 Fix ChatJoinRequest.From json tag 2021-12-13 17:19:11 +06:00
Syfaro 3f07c5f676 Updates for Bot API 5.5. 2021-12-07 10:08:41 -05:00
Oleksandr Redko 77aa442a43 Fix typos and grammar issues in comments 2021-11-08 17:29:10 -05:00
Syfaro f413d8270c
Merge pull request #416 from quenbyako/master
[FEAT]: Add SentFrom method to Update type
2021-11-08 15:38:29 -05:00
Syfaro 8806fb3bad
Update types.go 2021-11-08 12:37:50 -08: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
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
quenbyako 01e6fd26dd Added more methods to Updates 2021-02-02 15:38:41 +03:00
quenbyako 2df616ce04 Added SentFrom method to Update type 2021-02-02 14:56:51 +03: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
TJ Horner 19e61c78ef
Merge pull request #385 from ilyakaznacheev/api-type-docks-3
Add API type docks pack three
2020-10-29 10:35:42 -04:00
TJ Horner 7e9b33f9e8
Merge pull request #384 from ilyakaznacheev/api-type-docks-2
Add API type docks pack two
2020-10-29 10:35:04 -04:00
Ilya Kaznacheev 189bf08685
Add shipping and bot command types documentation 2020-10-24 23:34:43 +03:00
Ilya Kaznacheev 1e3171403a
Add payment type documentation 2020-10-24 23:31:18 +03:00
Ilya Kaznacheev 5844ea113e
Add shipping types documentation 2020-10-24 23:27:45 +03:00
Ilya Kaznacheev 6964c7af4e
Add iinvoice type documentation 2020-10-24 23:23:18 +03:00
Ilya Kaznacheev 25c494b335
Add input message content types documentation 2020-10-24 23:21:34 +03:00