Commit Graph

335 Commits (706e70933da04f25dbf2985bc5da4b3002319760)

Author SHA1 Message Date
Tarcisio Gruppi 706e70933d
Close updates chan on stop 2020-02-22 19:13:34 -03:00
Syfaro aa124ef1e8
Merge pull request #294 from mkishere/inline-venue
Add inline venue type
2020-01-13 00:30:19 -06:00
Syfaro 194446470b
Merge pull request #297 from chuhlomin/patch-1
Add `is_animated` field to Sticker struct
2020-01-13 00:29:58 -06:00
Konstantin Chukhlomin 613005ba7b
Update types.go
Added IsAnimated to Sticker struct
2020-01-12 23:54:08 -05:00
mkishere 1f98cd2e47 Add inline venue type 2020-01-07 00:28:13 +08:00
Syfaro b33efeebc7
Merge pull request #248 from merothh/master
README: fix typo
2019-09-03 20:20:38 -05:00
merothh c915cfd8fc README: fix typo 2019-07-05 03:42:37 +05:30
Kirill Zhuharev cea05bfc44
Merge pull request #238 from go-telegram-bot-api/add-api-endpoint-setter
Allow to change API endpoint for bot
2019-05-24 14:05:49 +03:00
zhuharev 8d345836d6 Allow to change API endpoint for bot 2019-05-24 13:14:48 +03:00
Syfaro 87e7035a90
Merge pull request #227 from bcmk/passing-error-code
Passing error code
2019-04-24 04:32:50 -05:00
Syfaro e305b7a1f5
Merge pull request #223 from Mephistophiles/master
added PinnedMessage in Chat struct
2019-04-24 02:33:26 -05:00
Syfaro 9b191dba1e
Merge pull request #221 from yauhen-l/bugfix-omitempty-size-in-inline-gif-result
Mark optional fields in InlineQueryResultGif as omitempty
2019-04-24 02:32:30 -05:00
Syfaro 2f55ae3a3d
Merge pull request #219 from lzakharov/message-entity-helpers
Add type helpers to message entities.
2019-04-24 02:31:13 -05:00
Syfaro ace7a9cee9
Merge pull request #229 from kak-tus/caption_entities
Add support for caption_entities in Message type.
2019-04-24 02:28:14 -05:00
Andrey Kuzmin ab4ab5e531 Add support for caption_entities in Message type.
caption_entities are using for messages with a caption, special entities like usernames, URLs, bot commands, etc. that appear in the caption.
2019-04-09 14:32:23 +03:00
bcmk 016d6acdf3 Passing error code 2019-03-01 20:57:23 +04:00
Maxim Zhukov 0b788c7730 added PinnedMessage in Chat struct
Since BotAPI 3.3:
getChat now also returns pinned messages in supergroups, if present. Added the new field pinned_message to the Chat object.

Signed-off-by: Maxim Zhukov <mussitantesmortem@gmail.com>
2019-02-12 22:00:57 +03:00
Yauhen Lazurkin 97a13fdf0f Complete definition of InlineQueryResultGIF to comply with Bot API 2019-01-24 09:45:45 +01:00
Yauhen Lazurkin 74b2a53293 Mark optional fields in InlineQueryResultGif as omitempty to not send zeros 2019-01-24 09:39:10 +01:00
Lev Zakharov fdf31c7cf4 Add type helpers to message entities. 2019-01-10 15:39:47 +03:00
Syfaro ec221ba9ea
Merge pull request #183 from 733amir/master
Add cached result types.
2018-12-25 15:56:58 -06:00
Kirill Zhuharev 9c399358c9
Merge pull request #211 from bcmk/close-body
Addressing too many open files error
2018-12-14 21:00:14 +03:00
bcmk ab8d5487da Closing update body 2018-12-10 18:08:47 +04:00
Amir Khazaie 97ba9e12bf Fix help tests 2018-10-15 12:41:02 +03:30
Amir Khazaie b2addf5f91 Fix backwards compatibility problem 2018-10-15 12:31:37 +03:30
Amir Khazaie fad189563c Merge branch 'master' of github.com:go-telegram-bot-api/telegram-bot-api 2018-10-15 12:28:43 +03:30
Syfaro 9860bdfd3a Fix capitalization in doc. 2018-10-08 14:45:45 -05:00
Syfaro b60db1d2e1 Revert "Remove a broken check for GetUpdatesChan."
This was not properly tested and results in the bot looping.

This reverts commit 5f38203a15.
2018-10-08 13:58:50 -05:00
Syfaro e2f846d83a Stop using gopkg in README among other minor improvements. 2018-10-08 02:34:41 -05:00
Syfaro 025b92519c Merge branch 'master' of github.com:go-telegram-bot-api/telegram-bot-api 2018-10-08 02:25:15 -05:00
Syfaro b6441c36ee A number of small improvements. 2018-10-08 02:25:09 -05:00
Syfaro 444e8e261f
Merge pull request #154 from Arman92/patch-1
added StopReceivingUpdates to stop updates routine
2018-10-08 02:08:42 -05:00
Syfaro 5f38203a15 Remove a broken check for GetUpdatesChan. 2018-10-08 01:58:33 -05:00
Syfaro 9105c34c59
Merge pull request #199 from treeder/master
Adds Passport update types
2018-10-08 01:20:17 -05:00
Syfaro 898e79fe47 Add initial support for sendMediaGroup. 2018-09-21 20:20:28 -05:00
Travis Reeder 3fbd77ce76 Adds paspport update type 2018-09-21 13:26:47 -04:00
Syfaro 7ff5871e28
Merge pull request #195 from overplumbum/master
Animation type support added
2018-09-06 11:11:42 -05:00
Denis Orlikhin 0343f9ec27 Animation type support added 2018-09-06 15:46:02 +03:00
Travis Reeder 2326345451
Passport Updates (#1) 2018-09-04 10:52:52 -07:00
Amir Khazaie d066ae74e6 merge main repo changes 2018-09-01 10:49:31 +04:30
Syfaro 75244dc4f7
Merge pull request #194 from m90/travis-versions
Test in up-to-date Go versions
2018-08-27 15:51:15 -05:00
Frederik Ring 483f21c48b Remove go1.4 from travis configuration 2018-08-27 22:44:02 +02:00
Syfaro b0bdb27e05
Merge pull request #189 from mr-linch/full-parse-mode-support
Parse mode in captions
2018-08-27 15:39:08 -05:00
Syfaro e21c866847
Merge pull request #191 from yanmhlv/master
added custom logger and SetLogger function
2018-08-27 15:38:41 -05:00
Frederik Ring ca185227e5 Test in up-to-date Go versions 2018-08-26 18:52:52 +02:00
Yan Mihailov a1b3e41878 added custom logger and SetLogger func 2018-08-07 00:15:37 +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
Amir Khazaie 4edcb0fa1a Correct formatting of code with `go fmt` 2018-07-04 15:19:37 +04:30
Amir Khazaie 31f4975464 Add cached types for inline query answer 2018-07-04 15:18:19 +04:30