Commit Graph

64 Commits (v3)

Author SHA1 Message Date
Ian P Badtrousers dd790ca6c1 README: getting rid of past import path artifacts 2 years ago
demget 3ae6ec85d5
readme: fix Group example 2 years ago
demget 713699838a
readme: add github actions badge 2 years ago
Demian 519415f46c readme: update godoc link 2 years ago
Demian a6873e3cdf v3: update readme 2 years ago
hararudoka 5637734ec1
Fix a typo in README.md v3 2 years ago
yourProgDev 69b160a9d2
Update README.md 3 years ago
yourProgDev 50e54f8641
Update README.md 3 years ago
yourProgDev 8b5c789a74
Update README.md 3 years ago
Ian P Badtrousers 5a64e9fc62 Bwahahahahaha 3 years ago
Demian daebf9f55d readme: add telegram discuss group 3 years ago
Demian bc180b4a47 telebot: tele is our new alias 4 years ago
Demian 76430783a7 readme: update Keyboards section 4 years ago
Demian d4ff86a5dc readme: fix indentations 4 years ago
Demian f82c0ec609 telebot: fix linter inspection problems 4 years ago
demget 6c937ddd0f
Merge pull request #286 from klim0v/patch-1
small fix docs
4 years ago
Klimov Sergey d4df031910
small fix docs
fix sample declaration descriptor for incoming inline queries
4 years ago
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 6 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