Commit Graph

47 Commits (9b17d93350cc67a8ab126b62d3b2c00ea1c5ed86)

Author SHA1 Message Date
Orivej Desh 9b17d93350 examples: add awslambdaechobot 4 years ago
Demian 288a550d27 readme: update codecov badge 4 years ago
Demian 31407f29bf update readme 4 years ago
unknown 6963f15b2f Add codecov to README.md 4 years ago
Nikita Bikmaev 66e7021870 Move a code to sendable.go and update the README.md 4 years ago
Kevin a31b67f32c
spellcheck/reword
I wanted to read the entire readme for this as I am planning on using it - so I thought I'd spellcheck/reword at the same time!
4 years ago
Ian P Badtrousers 209b6f88ca
Update README.md 4 years ago
Anton Kucherov 538b671e6a fix #173 add custom Telegram api url 6 years ago
Diego Schulz 46ab1ff3d9
Set a unique string ID for each result in inline query Answer
It's needed to set a unique string ID for each result in inline query Answer. Otherwise you get an

```
api error: Bad request: RESULT_ID_DUPLICATE
```
6 years ago
Vivek Kartha 19ca6b7f46 Fixed a typo in readme 6 years ago
den b12b5e220c
Fix typo 7 years ago
Jonas Bögle 3c44abd235
corrected button-handler example mentioned in #66
Doc: https://godoc.org/gopkg.in/tucnak/telebot.v2#Bot.Respond
7 years ago
Ian Byrd a3451788c3
Update README.md 7 years ago
Ian Byrd 05c0aad070
Update README.md 7 years ago
Ian Byrd a93491ba38
Update README.md 7 years ago
Ian Byrd 575fdda36c
Update README.md 7 years ago
Ian Byrd 47524101d5
Drafting README.md. 7 years ago
Ian Byrd 83eb527fe5
Albums added, this commit resolves #103. 7 years ago
Ian Byrd 79dccd7227
Endpoints for media introduced, Message.From -> Message.Sender 7 years ago
Ian Byrd 51ce032c7d
Update README.md 7 years ago
Ian Byrd 6b0a36e491
Update README.md 7 years ago
Ian Byrd f823c31804
Update README.md 7 years ago
Ian Byrd bb38a96232
Re-writing README, stage 1. 7 years ago
Ian Byrd ddc9f75fb2
More documentation, little code changes. 7 years ago
Ian Byrd 2173ce9ad6
Documentation 7 years ago
Ian Byrd 9e92b919f8
Refining ReplyMarkup API. 7 years ago
Ian Byrd 6eec63ddbb
Delete() has been added. 7 years ago
Ian Byrd c1fcf065ae
Adjusted README.md for the changes 7 years ago
Ian Byrd 276daa0732
README.md bikeshedding. 8 years ago
Juan Julián Merelo Guervós 41796c460e README.md improved from newcomers' perspective (#65) 8 years ago
Peng-Jie d8ceddd66c Add missing `log` package 8 years ago
Nick Groenen 852bebcd6f Fix inline bot example in README
Closes #52
8 years ago
Nick Groenen 46992b037b Improve support for inline queries
These changes make it possible to set custom options when responding to
inline queries, as described on
https://core.telegram.org/bots/api#answerinlinequery.

It also includes all the (non-cached) inline result types as described
at https://core.telegram.org/bots/api#inlinequeryresult.

Some remarks:
* The internals of sendCommand have changed. It now expects a
  JSON-serializable object. Instead of doing GET requests with
  URL-encoded query parameters it now POSTS JSON directly.
* Because of the above, sendFile() has changed as well. It now expects a
* `map[string]string` which it will internally convert to URL encoded
  form values.
* Respond has been deprecated in favor of the new AnswerInlineQuery
  function. It is only kept for backward compatibility.
* A dependency on https://github.com/mitchellh/hashstructure has been
  introduced in order to generate automatic IDs for inline results.
8 years ago
Ian Byrd ce6937b17c
i'm dumb... 9 years ago
Ian Byrd d181b4fd01
Fixed a wrong code listing 9 years ago
Ian Byrd 061a651188
This commit adds an inline mode implementation and resolves #28.
Only article results supported so far.
9 years ago
Alexander bd05f8e4f7 Fix README example 9 years ago
Ilya Kowalewski 613d4d239e Funky travis button added 9 years ago
Amir Ali Omidi 36ffa89aa6 Update README.md
Fixed the SendAudio documentation
9 years ago
Ilya Kowalewski fb0e91451e Significant API change, send options added 9 years ago
Ilya Kowalewski e041242bb2 Fixed a bunch of lint issues 9 years ago
Ilya Kowalewski 58956e3905 Update README to cover new features 9 years ago
Ilya Kowalewski 8025e90746 Update README.md 9 years ago
Ilya Kowalewski fa51650dad A little more documentation, code cleanup 9 years ago
Ilya Kowalewski dbcd156645 Self-handshaking test (still failing) 9 years ago
Ilya Kowalewski 37f537bfab Minor documentation fixes 9 years ago
llya Kowalewski 45451c0de3 Initial commit 9 years ago