Syfaro
|
e404d8bf5e
|
Merge pull request #586 from iamwavecut/master
add: new sticker types properties
|
2022-10-19 20:27:39 -04:00 |
Syfaro
|
6a9b3dc5e3
|
Merge pull request #598 from alexandear/fix-typos
Fix typos in comments
|
2022-10-19 20:25:58 -04:00 |
Syfaro
|
cc5463741b
|
Merge pull request #597 from alexandear/remove-deprecated-func
Remove deprecated ioutil functions
|
2022-10-19 20:25:33 -04:00 |
Oleksandr Redko
|
fd903f8182
|
Fix typos in comments
|
2022-10-19 11:58:52 +03:00 |
Oleksandr Redko
|
2cc6dc2458
|
Remove deprecated ioutil functions
|
2022-10-19 11:51:27 +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 |
crashiura
|
189292093b
|
validate web app hash
|
2022-07-03 02:43:22 +03:00 |
crashiura
|
ffc28cfbac
|
validate web app hash
|
2022-07-03 02:37:12 +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 |
n
|
daa1ed199c
|
NewInlineKeyboardButtonWebApp & NewKeyboardButtonWebApp added
|
2022-05-18 17:45:52 +03:00 |
Fabio Massaioli
|
2e8be8df9f
|
Close hanging channel in ListenForWebhookRespReqFormat
|
2022-04-24 03:35:19 +02:00 |
Syfaro
|
537c005643
|
Merge pull request #533 from go-telegram-bot-api/bot-api-6.0
Updates for Bot API 6.0
|
2022-04-19 10:14:43 -04:00 |
Syfaro
|
10a9f2650f
|
Implement Bot API 6.0 changes.
|
2022-04-16 12:36:59 -04:00 |
Syfaro
|
f399a2424c
|
Merge pull request #508 from go-telegram-bot-api/bot-api-5.6
Updates for Bot API 5.6
|
2022-04-16 11:56:29 -04:00 |
Syfaro
|
50273c947a
|
Add ProtectContent field, spoiler type comment.
|
2022-01-02 22:00:12 -05:00 |
Syfaro
|
ef6e421559
|
Merge branch 'master' of github.com:go-telegram-bot-api/telegram-bot-api
|
2022-01-02 21:50:19 -05:00 |
Syfaro
|
60c16b6773
|
Fix setting webhook in README.
|
2022-01-02 21:48:12 -05:00 |
Syfaro
|
4fe428c77a
|
Merge pull request #500 from zigmund/fix-chatjoinrequest-from
Fix ChatJoinRequest.From json tag
|
2021-12-13 08:55:06 -05:00 |
Oleg Morozov
|
e21487f0d6
|
Fix ChatJoinRequest.From json tag
|
2021-12-13 17:19:11 +06:00 |
Syfaro
|
fde58e56ae
|
Fix ListenForWebhook closing chan after request.
|
2021-12-07 21:30:04 -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
|
0d342c8d5a
|
Remove WIP label from docs.
|
2021-12-03 21:28:24 -05:00 |
Syfaro
|
55f58bf98e
|
Update README.
|
2021-12-03 21:22:53 -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 |
Syfaro
|
8999ceadc0
|
Merge pull request #483 from alexandear/fix-typos-grammar
Fix typos and grammar issues in comments
|
2021-11-08 17:31:46 -05:00 |
Oleksandr Redko
|
77aa442a43
|
Fix typos and grammar issues in comments
|
2021-11-08 17:29:10 -05:00 |
Syfaro
|
d7df856439
|
Merge pull request #395 from farit2000/fix-closing-update-channel-add-serverless-method
Fix bug with update channel closing, add ListenForWebhookRespReqFormat method
|
2021-11-08 15:56:24 -05:00 |
Syfaro
|
0cbcc040dd
|
Merge branch 'master' into fix-closing-update-channel-add-serverless-method
|
2021-11-08 15:54:23 -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
|
2a2f7c5083
|
Update docs.
|
2021-11-08 14:47:43 -05:00 |
Syfaro
|
6b71d4dd94
|
Merge pull request #202 from go-telegram-bot-api/develop
Deduplicate code, improve response accuracy.
|
2021-11-08 14:29:42 -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
|
0d6825ebcc
|
Merge pull request #486 from go-telegram-bot-api/bot-api-5.4
Updates for Bot API 5.4
|
2021-11-08 14:20:41 -05:00 |
Syfaro
|
04f547ba7c
|
Updates for Bot API 5.4.
|
2021-11-08 14:17:17 -05:00 |
Syfaro
|
d2539d0c5c
|
Update more docs.
|
2021-08-20 16:23:38 -04:00 |
Syfaro
|
9e20459100
|
Update docs.
|
2021-08-20 16:15:37 -04:00 |
Syfaro
|
6aa05225a6
|
Merge branch 'develop' into files
|
2021-08-20 16:11:25 -04:00 |
Syfaro
|
309d612d70
|
Merge branch 'master' into develop
|
2021-08-20 16:08:34 -04:00 |
Syfaro
|
1a3364aea8
|
Fix (and disable broken) tests.
|
2021-08-20 15:41:04 -04:00 |
Syfaro
|
816532053b
|
Create interface for file data.
|
2021-08-20 15:31:52 -04:00 |
Syfaro
|
000cb2eb0e
|
Merge pull request #460 from go-telegram-bot-api/bot-api-5.3
Updates for Bot API 5.3
|
2021-08-20 01:29:59 -04:00 |
Syfaro
|
1198abda6d
|
Avoid breaking change with GetMyCommands.
|
2021-08-20 01:27:42 -04:00 |
Syfaro
|
66dc9e8246
|
Updates for Bot API 5.3.
|
2021-06-27 15:15:09 -04:00 |