Arman
ecc60d21b7
Added VideoNote support
8 years ago
Syfaro
f57724f783
Remove NewWebhookWithCertAndMaxConnections
...
This function is long and it is easy enough to just set the maximum
number of connections by modifying the returned struct.
9 years ago
Dmitry V
833e457376
Added max connections configuration option to SetWebHook
9 years ago
Syfaro
0a57807db7
Additional changes for Telegram API updates.
9 years ago
Syfaro
4f996f7f27
Add NewInlineQueryResultPhotoWithThumb for #54 .
9 years ago
Syfaro
13f31854a2
Clean up some formatting.
9 years ago
Maxim Martyanov
862c67342c
Rollback for backward compatibility, added NewInlineQueryResultArticleMarkdown and NewInlineQueryResultArticleHTML
9 years ago
Maxim Martyanov
64f1ab7a89
Add support for Markdown/HTML in NewInlineQueryResultArticle
9 years ago
Syfaro
7bf755956c
Add NewMessageToChannel for #45 .
9 years ago
Jqs7
b98d5c9b34
simplify append loop
9 years ago
boston
890c908551
fix EditMessageReplyMarkupConfig
9 years ago
Syfaro
a2483eb98b
Add helpers for callback queries.
9 years ago
Syfaro
0d1bc8c4e2
Add helpers for regular and inline keyboards.
9 years ago
Syfaro
e7b9f16e73
Add missing helpers, move helper tests to own file.
9 years ago
Syfaro
ee1d537565
Add more helpers, update README for v4 release.
9 years ago
Syfaro
1ceb22b273
Add helpers, change some items to pointers, add more inline results.
9 years ago
Syfaro
db12d94016
Add kick and unban methods, update some inline query result responses.
9 years ago
Syfaro
b971c58157
Update for larger Chat IDs.
9 years ago
Syfaro
645b5629ab
Add helpers for creating inline query results.
9 years ago
Syfaro
a7f8b9c291
Mention animated GIFs must be sent as document in NewPhotoUpload.
10 years ago
Syfaro
e8dfdeeeb9
Major documentation and code cleanup.
...
All documention is now less than 80 characters wide. Old methods now
show deprecated warnings. The Values/Params/Method functions are now
private. Types and configs have required and optional comments on
them. Simplified some function logic.
10 years ago
Gleb Sinyavsky
9644984dae
removeWebhook method added.
10 years ago
Gleb Sinyavsky
d0711736ec
Test added, small improvements
10 years ago
Gleb Sinyavsky
d3f7ac7197
Refactorings
10 years ago
Gleb Sinyavsky
9361631c6d
Refactoring
10 years ago
Gleb Sinyavsky
54b9c7e14b
Refactoring
10 years ago
Gleb Sinyavsky
13a8bd025c
Refactorings
10 years ago
Syfaro
3b466def71
fixed setting webhooks with a certificate
10 years ago
Syfaro
ca40caaa47
add (untested) function to set webhook with certificate
10 years ago
Syfaro
e48e6416e7
allow passing a []byte or io.Reader to upload functions, closes #20
10 years ago
Jqs7
d537d26a2b
update to latest telegram bot api
10 years ago
Syfaro
a17651c8fe
fix all golint errors, add info about audio uploads
10 years ago
Syfaro
07072ebce7
comments for helpers
10 years ago
Syfaro
9cf4f13772
change focus from bot to just bindings, code cleanup
10 years ago