Commit Graph

  • 2d75cf8a3f
    Merge pull request #247 from unstppbl/pr/deleteWebhook Kirill Zhuharev 2020-03-19 07:13:15 +0300
  • 8a6eeebcb1
    Merge pull request #291 from vgxbj/patch-1 Kirill Zhuharev 2020-03-19 07:12:27 +0300
  • 6ce4ec747d
    Merge pull request #312 from CNA-Bld/write-to-http-response Kirill Zhuharev 2020-03-19 07:10:24 +0300
  • 9fd8c1e76c
    Merge pull request #274 from NemoD503/go_mod Kirill Zhuharev 2020-03-19 07:09:43 +0300
  • 1569b35611
    Merge pull request #313 from AdelyaGarieva/master Kirill Zhuharev 2020-03-11 09:10:48 +0300
  • b5d42143e7 Ability to create BotAPI instance directly with new API endpoint Adelya 2020-03-03 17:00:42 +0300
  • 4a76ae1bfb Create helper function WriteToHTTPResponse CNA-Bld 2020-03-02 22:28:02 +0800
  • 706e70933d
    Close updates chan on stop Tarcisio Gruppi 2020-02-22 19:13:34 -0300
  • 047d735655
    Merge pull request #305 from AlessandroPomponio/animation-unique-id Kirill Zhuharev 2020-02-16 19:02:04 +0300
  • b16df76f2e
    Merge pull request #307 from go-telegram-bot-api/resolve-develop-conflicts Kirill Zhuharev 2020-02-15 17:17:37 +0300
  • 6fcca60571 Fix old package import zhuharev 2020-02-15 16:19:31 +0300
  • b40fac9202 Resolve develop and master conflicts zhuharev 2020-02-15 16:08:58 +0300
  • e18071bed1 Add FileUniqueID to ChatAnimation (ref. https://core.telegram.org/bots/api#animation) Alessandro Pomponio 2020-02-08 09:02:23 +0100
  • f44d515f71 add getStickerSet call Daniel Leining 2020-01-29 22:58:02 -0500
  • 3635031d74
    Merge pull request #302 from tjhorner/polls Syfaro 2020-01-26 22:32:56 -0600
  • ddf0d3631b Use Params#AddBool for is_closed TJ Horner 2020-01-24 22:44:44 -0500
  • 5aaa0b2d03 Bot API 4.6: Polls 2.0, misc. changes TJ Horner 2020-01-24 22:42:19 -0500
  • fd860fdd66 add file_unique_id Daniel Leining 2020-01-23 23:41:44 -0500
  • 81ccf0a8b2 Merge remote-tracking branch 'upstream/master' into inline-sticker Daniel Leining 2020-01-19 16:10:09 -0500
  • e0d9306d8b Include ResponseParameters in UploadFile error Jiayu Yi 2020-01-13 22:08:58 +0800
  • 69bab9a28f Add MaxConnections to WebhookInfo Jiayu Yi 2020-01-13 15:42:35 +0800
  • aa124ef1e8
    Merge pull request #294 from mkishere/inline-venue Syfaro 2020-01-13 00:30:19 -0600
  • 194446470b
    Merge pull request #297 from chuhlomin/patch-1 Syfaro 2020-01-13 00:29:58 -0600
  • 613005ba7b
    Update types.go Konstantin Chukhlomin 2020-01-12 23:54:08 -0500
  • 1f98cd2e47 Add inline venue type mkishere 2020-01-07 00:28:13 +0800
  • 5ce2767dad Updates for Bot API 4.4 and 4.5. Syfaro 2020-01-06 01:44:13 -0600
  • 87891c10fe add ability to respond to inline queries with stickers Daniel Leining 2020-01-05 00:35:15 -0500
  • d944d68fe6
    Document `NewMessageToChannel` clearer Xing GUO 2019-12-31 14:38:21 +0800
  • 7629a37f77 Added validation and error checking for incoming updates in ListenForWebhook Dmitriy Kharchenko 2019-11-24 11:05:38 +0300
  • 935e204b04
    README: link to godoc Shao Yang Hong 2019-10-25 11:47:24 +0800
  • 1af25a19c7 add new versions of golang to travis NemoD503 2019-10-20 23:01:22 +0300
  • a6b4ce46a6 return pointer to error NemoD503 2019-10-20 22:47:21 +0300
  • 37eb2cb6be Go mod was added NemoD503 2019-10-08 12:25:37 +0300
  • d4b2e3c213 Added HandleUpdate method for serverless deploy gropher 2019-09-18 03:34:37 +0300
  • 43b3f0ace1 Add helper for InlineKeyboardButtonLoginURL Sergey 2019-09-06 16:41:36 +0300
  • b33efeebc7
    Merge pull request #248 from merothh/master Syfaro 2019-09-03 20:20:38 -0500
  • aaaa278b56 My own bot is used to test the added functionality. nightghost 2019-09-02 18:44:35 +0300
  • 696aebd64c Uploading photo to a channel functionality added. nightghost 2019-09-01 22:00:09 +0300
  • b478ff9669
    Introduce NewOneTimeReplyKeyboard() helper function rozha 2019-08-11 13:20:40 +0300
  • c915cfd8fc README: fix typo merothh 2019-07-05 03:42:37 +0530
  • 72a0e2d808 closes #246 unstppbl 2019-07-03 17:59:56 -0700
  • 88e1a77b95
    Update helpers.go Mohammad Taha 2019-06-19 08:44:38 +0430
  • ffe77fb717 Updates for Bot API 4.3. Syfaro 2019-05-31 19:18:39 -0500
  • cea05bfc44
    Merge pull request #238 from go-telegram-bot-api/add-api-endpoint-setter Kirill Zhuharev 2019-05-24 14:05:49 +0300
  • 8d345836d6 Allow to change API endpoint for bot zhuharev 2019-05-24 13:14:48 +0300
  • 87e7035a90
    Merge pull request #227 from bcmk/passing-error-code Syfaro 2019-04-24 04:32:50 -0500
  • e305b7a1f5
    Merge pull request #223 from Mephistophiles/master Syfaro 2019-04-24 02:33:26 -0500
  • 9b191dba1e
    Merge pull request #221 from yauhen-l/bugfix-omitempty-size-in-inline-gif-result Syfaro 2019-04-24 02:32:30 -0500
  • 2f55ae3a3d
    Merge pull request #219 from lzakharov/message-entity-helpers Syfaro 2019-04-24 02:31:13 -0500
  • ace7a9cee9
    Merge pull request #229 from kak-tus/caption_entities Syfaro 2019-04-24 02:28:14 -0500
  • db88019230 Add support for Polls and other API 4.2 updates. Syfaro 2019-04-14 14:46:45 -0500
  • ab4ab5e531 Add support for caption_entities in Message type. Andrey Kuzmin 2019-04-09 14:32:23 +0300
  • 016d6acdf3 Passing error code bcmk 2019-03-01 20:17:35 +0400
  • 0b788c7730 added PinnedMessage in Chat struct Maxim Zhukov 2019-02-12 22:00:57 +0300
  • 97a13fdf0f Complete definition of InlineQueryResultGIF to comply with Bot API Yauhen Lazurkin 2019-01-24 09:45:45 +0100
  • 74b2a53293 Mark optional fields in InlineQueryResultGif as omitempty to not send zeros Yauhen Lazurkin 2019-01-24 09:39:10 +0100
  • fdf31c7cf4 Add type helpers to message entities. Lev Zakharov 2019-01-10 14:40:12 +0300
  • ec221ba9ea
    Merge pull request #183 from 733amir/master Syfaro 2018-12-25 15:56:58 -0600
  • fa40708257 Add SendMediaGroup method. Syfaro 2018-12-25 15:44:01 -0600
  • 9c399358c9
    Merge pull request #211 from bcmk/close-body Kirill Zhuharev 2018-12-14 21:00:14 +0300
  • ab8d5487da Closing update body bcmk 2018-12-10 18:02:58 +0400
  • cb3a14a3b5 fix error handling for uploadFile calls Denis Orlikhin 2018-12-08 21:17:07 +0300
  • 5d997a78c8 fix uploads by URL and fileId for UploadStickerConfig too, should be the same as in createNewStickerSet Denis Orlikhin 2018-12-06 14:32:25 +0300
  • a0a678302e fix uploads by URL and fileId, should be the same as in createNewStickerSet Denis Orlikhin 2018-11-28 19:06:56 +0300
  • 97ba9e12bf Fix help tests Amir Khazaie 2018-10-15 12:41:02 +0330
  • b2addf5f91 Fix backwards compatibility problem Amir Khazaie 2018-10-15 12:31:37 +0330
  • fad189563c Merge branch 'master' of github.com:go-telegram-bot-api/telegram-bot-api Amir Khazaie 2018-10-15 12:28:43 +0330
  • 5781187bc2 Add go mod files. Syfaro 2018-10-09 02:08:29 -0500
  • 290b9363d4 Fix bot_test.go, update README. Syfaro 2018-10-09 01:45:18 -0500
  • afda722fc3 Remove unused error returned by GetUpdatesChan. Syfaro 2018-10-09 00:47:19 -0500
  • a746f39d22 Move tests into tgbotapi package. Syfaro 2018-10-08 23:34:34 -0500
  • cdcb93df5f No reason to use pointers to arrays. Syfaro 2018-10-08 23:32:34 -0500
  • 4d758f17d4 Add some missing fields, generalize configs, remove unneeded methods. Syfaro 2018-10-08 23:05:24 -0500
  • 1f859674f7 Consistency of variable names. Syfaro 2018-10-08 18:37:18 -0500
  • 655c3a4137 Remove outdated and old comments. Syfaro 2018-10-08 18:26:50 -0500
  • 03815bf5bd Unify params and values, introduce helpers to deal with fields. Syfaro 2018-10-08 18:21:29 -0500
  • 9860bdfd3a Fix capitalization in doc. Syfaro 2018-10-08 14:45:45 -0500
  • 9d2d117c0e Merge branch 'master' into develop Syfaro 2018-10-08 14:00:38 -0500
  • b60db1d2e1 Revert "Remove a broken check for GetUpdatesChan." Syfaro 2018-10-08 13:58:50 -0500
  • 23ed97b145 Merge master into develop. Syfaro 2018-10-08 03:13:50 -0500
  • e2f846d83a Stop using gopkg in README among other minor improvements. Syfaro 2018-10-08 02:28:34 -0500
  • 025b92519c Merge branch 'master' of github.com:go-telegram-bot-api/telegram-bot-api Syfaro 2018-10-08 02:25:15 -0500
  • b6441c36ee A number of small improvements. Syfaro 2018-10-08 02:25:09 -0500
  • 444e8e261f
    Merge pull request #154 from Arman92/patch-1 Syfaro 2018-10-08 02:08:42 -0500
  • 5f38203a15 Remove a broken check for GetUpdatesChan. Syfaro 2018-10-08 01:58:33 -0500
  • 9105c34c59
    Merge pull request #199 from treeder/master Syfaro 2018-10-08 01:20:17 -0500
  • 898e79fe47 Add initial support for sendMediaGroup. Syfaro 2018-09-21 20:20:28 -0500
  • 3fbd77ce76 Adds paspport update type Travis Reeder 2018-09-21 13:26:47 -0400
  • 7ff5871e28
    Merge pull request #195 from overplumbum/master Syfaro 2018-09-06 11:11:42 -0500
  • 0343f9ec27 Animation type support added Denis Orlikhin 2018-09-06 15:44:42 +0300
  • 2326345451
    Passport Updates (#1) Travis Reeder 2018-09-04 10:52:52 -0700
  • d066ae74e6 merge main repo changes Amir Khazaie 2018-09-01 10:49:31 +0430
  • 75244dc4f7
    Merge pull request #194 from m90/travis-versions Syfaro 2018-08-27 15:51:15 -0500
  • 483f21c48b Remove go1.4 from travis configuration Frederik Ring 2018-08-27 22:44:02 +0200
  • b0bdb27e05
    Merge pull request #189 from mr-linch/full-parse-mode-support Syfaro 2018-08-27 15:39:08 -0500
  • e21c866847
    Merge pull request #191 from yanmhlv/master Syfaro 2018-08-27 15:38:41 -0500
  • ca185227e5 Test in up-to-date Go versions Frederik Ring 2018-08-26 18:52:52 +0200
  • a1b3e41878 added custom logger and SetLogger func Yan Mihailov 2018-08-07 00:15:37 +0300
  • af72b0a3db add support of parse_mode in EditMessageCaptionConfig Oleksandr Savchuk 2018-07-30 20:00:09 +0300
  • 0b68c9b790 add full support of parse mode in captions Oleksandr Savchuk 2018-07-30 19:53:11 +0300