Jqs7
b98d5c9b34
simplify append loop
9 years ago
Syfaro
ab63d49cc9
Merge pull request #43 from xboston/fix-editMessageReplyMarkup
...
fix EditMessageReplyMarkupConfig
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
0252f39e17
Add missing t.Fail()
9 years ago
Syfaro
e7b9f16e73
Add missing helpers, move helper tests to own file.
9 years ago
Syfaro
ed7fe62451
Fix incorrect float32.
9 years ago
Syfaro
e8e55fe41a
Add more omitempty.
9 years ago
Syfaro
c0eb5db6c3
Add more tests.
9 years ago
Syfaro
289f7ef6ad
Add more omitempty, as null values create errors.
9 years ago
Syfaro
5b58a2a701
Omitempty for ReplyMarkup.
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
109da1a19f
Update some types.
9 years ago
Syfaro
595aba3dea
Add sendContact method.
9 years ago
Syfaro
b6130533a3
Add methods for editing messages.
9 years ago
Syfaro
a92f88ce2c
Add some missing comments.
9 years ago
Syfaro
db12d94016
Add kick and unban methods, update some inline query result responses.
9 years ago
Syfaro
18510df3c9
Add some of the new methods and types.
9 years ago
Syfaro
5c46b08c56
Merge pull request #41 from m0sth8/m0sth8-patch-1
...
Fix UserProfilePhotos type
9 years ago
Slava
511cc7406d
Fix UserProfilePhotos type
...
Photos field should be Array of Array of PhotoSize.
9 years ago
Syfaro
b971c58157
Update for larger Chat IDs.
9 years ago
Syfaro
14727677a5
Add example for responding to inline queries.
9 years ago
Syfaro
585057e7de
Remove a stray word from UserProfilePhotos comment.
9 years ago
Syfaro
af934e3e10
Fix the From field in the Inline Query.
9 years ago
Syfaro
f33a4eede1
Add support for messages with disabled notifications.
9 years ago
Syfaro
36588c50f4
Add ModeHTML for HTML message formatting.
9 years ago
Syfaro
645b5629ab
Add helpers for creating inline query results.
9 years ago
Syfaro
67ab387694
Fix broken inline queries.
9 years ago
Syfaro
baf170548c
Update README for v2
9 years ago
Syfaro
b7c9b50020
Don't return slash in Command, strip bot name if needed.
9 years ago
Syfaro
5df7aae78f
Remove log import.
9 years ago
Syfaro
3dbc5f3892
Remove other deprecated method.
9 years ago
Syfaro
80e30d7c19
Stop returning useless http.Handler from ListenForWebhook.
9 years ago
Syfaro
08d7c01637
Rename all errors to be prefixed with Err.
9 years ago
Syfaro
6c84cd1fbb
Replace bad file type error with constant
9 years ago
Syfaro
99262cf76c
Remove deprecated methods.
9 years ago
Syfaro
67abf47ae8
Merge pull request #36 from pyed/patch-1
...
InlineQueryResultArticle.ParseMode is not required
9 years ago
pyed
989089df9b
InlineQueryResultArticle.ParseMode is not required
9 years ago
Syfaro
a7f8b9c291
Mention animated GIFs must be sent as document in NewPhotoUpload.
10 years ago
Syfaro
f2b36838e6
Add new inline query related feature.
10 years ago
Syfaro
10c5261d91
Clarify README for packages
10 years ago
Syfaro
2105871843
Update package name
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
Syfaro
1ae7803be0
Add untested support for Inline Queries.
10 years ago
Syfaro
f219f3e9db
Merge pull request #33 from zhulik/master
...
Some small helpers added to Message and Bot, tests
10 years ago
Gleb Sinyavsky
d40f7f9703
Package name changed
10 years ago
Gleb Sinyavsky
f8cc0d2aaa
Bot::QuickSend removed
10 years ago
Gleb Sinyavsky
1a3e995b37
QuickSend method added to bot
10 years ago