Commit graph

1296 commits

Author SHA1 Message Date
Temirkhan Myrzamadi
c84494c8fd Merge branch 'webhooks' of https://github.com/teloxide/teloxide into webhooks 2020-03-31 01:18:38 +06:00
Temirkhan Myrzamadi
e226689bf5 Refer to the README webhooks FAQ in the docs 2020-03-31 01:18:17 +06:00
Temirkhan Myrzamadi
3cd1ff9e02
Update README.md 2020-03-31 01:10:04 +06:00
Temirkhan Myrzamadi
9c93fe9962
Update README.md 2020-03-31 01:07:33 +06:00
Temirkhan Myrzamadi
8bb907365e
Update README.md 2020-03-31 01:05:59 +06:00
Temirkhan Myrzamadi
991d960996
Avoid repetition (README.md) 2020-03-31 01:05:30 +06:00
Temirkhan Myrzamadi
8e552e3d35
Update README.md 2020-03-31 01:04:36 +06:00
Temirkhan Myrzamadi
342bb72c4a
Add information about webhooks to README.md 2020-03-31 01:04:05 +06:00
Temirkhan Myrzamadi
51129f5d0f Provide a webhook example instead of a library function 2020-03-31 00:57:19 +06:00
Temirkhan Myrzamadi
8ea460e04f Fix Clippy 2020-03-30 20:27:01 +06:00
Temirkhan Myrzamadi
548ea06ad0 Create the 'webhooks' feature 2020-03-30 20:19:20 +06:00
Temirkhan Myrzamadi
2152e11422 Refine update_listeners::webhook 2020-03-30 20:10:39 +06:00
Temirkhan Myrzamadi
f6647d5196 Add TLS 2020-03-30 18:58:57 +06:00
Temirkhan Myrzamadi
6e486f0d78 Implement webhooks 2020-03-30 18:41:20 +06:00
Temirkhan Myrzamadi
e0ab813554
Update README.md 2020-03-29 12:04:24 +06:00
Temirkhan Myrzamadi
8b55e32e59
Update CHANGELOG.md 2020-03-27 18:56:32 +06:00
Temirkhan Myrzamadi
5ef8565509
Move fmtcheck down 2020-03-27 18:54:06 +06:00
Temirkhan Myrzamadi
a4d6673a91 Remove a useless generic in answer_sticker
Fixed https://github.com/teloxide/teloxide/issues/196.
2020-03-27 18:52:05 +06:00
Temirkhan Myrzamadi
73aa67c147
Update CONTRIBUTING.md 2020-03-27 18:45:42 +06:00
Temirkhan Myrzamadi
d02af40b9e
Merge pull request #195 from jairinhohw/upload_from_memory
Send document from memory
2020-03-27 18:40:30 +06:00
Temirkhan Myrzamadi
c90af42db6
Merge branch 'dev' into upload_from_memory 2020-03-26 13:23:21 +06:00
Temirkhan Myrzamadi
de6b0a8e64
Link '2 functions' (README.md) 2020-03-25 18:05:42 +06:00
Temirkhan Myrzamadi
1cb0f70640
Use different links for 'types' and 'methods' (README.md) 2020-03-25 18:04:29 +06:00
jairinhohw
e8def77a1a Fix clippy warning 2020-03-25 04:47:56 -03:00
jairinhohw
178b4ee70d Try to minimize cloning 2020-03-25 04:26:17 -03:00
jairinhohw
cb68f1f7aa Setting InputFile::Memory file name 2020-03-24 17:45:19 -03:00
jairinhohw
9bfec9546f Add InputFile::Memory 2020-03-24 17:30:01 -03:00
Temirkhan Myrzamadi
c5ef0a6c54 Fix enable_logging_with_filter 2020-03-17 00:18:45 +06:00
Temirkhan Myrzamadi
1d601a99c2 Remove unnecessary async/.await (src/dispatching/dispatcher.rs) 2020-03-16 20:20:04 +06:00
Temirkhan Myrzamadi
bc89fe7b01 Prettify the examples 2020-03-16 17:55:49 +06:00
Temirkhan Myrzamadi
3c55a6b0d3
Merge pull request #192 from rsmidt/respect-hyphens-in-module-names
feat(logging): respect package names with hyphens
2020-03-16 17:38:51 +06:00
Ruben Smidt
ad46146a2d
fix: apply proper formatting 2020-03-15 19:58:22 +01:00
Ruben Smidt
43df97b3a2
feat(logging): respect module names with hyphens 2020-03-15 19:30:14 +01:00
Temirkhan Myrzamadi
6664b3b2d4
Fix grammatical mistakes in README.md 2020-03-13 09:48:58 +06:00
Andrew Andersen
bef3464fdc
Merge pull request #191 from GoldsteinE/fallible-storage
Refactor Storage so operations can fail
2020-03-11 00:02:00 +03:00
Maximilian Siling
f9b3a4836e Various style fixes
* Removed type bounds from struct declaration
* Simplified <S as Storage<D>>::Error to S::Error
* Simplified complex type to BoxFuture
2020-03-10 23:28:38 +03:00
GoldsteinE
fff1e55a58 Improve readability of dialogue_bot example 2020-03-10 15:05:48 +03:00
Maximilian Siling
21366755a2 Merge remote-tracking branch 'upstream/dev' into fallible-storage 2020-03-10 12:35:15 +03:00
Maximilian Siling
b97cc367fe fixup! Refactor Storage so operations can fail 2020-03-09 20:27:31 +03:00
Maximilian Siling
ecb09659b3 Refactor Storage so operations can fail 2020-03-09 20:19:27 +03:00
Temirkhan Myrzamadi
66911050a1
Fix a typo in README.md 2020-03-09 20:08:01 +06:00
Temirkhan Myrzamadi
1039bda61b
Merge pull request #190 from teloxide/change-readme
Paraphrase README.md
2020-03-09 20:05:24 +06:00
Temirkhan Myrzamadi
c88d94313a Paraphrase README.md 2020-03-09 17:01:06 +06:00
Temirkhan Myrzamadi
ad38477b66
Merge pull request #188 from teloxide/refactor-guess-a-number-bot
Decompose guess-a-number-bot
2020-03-09 16:16:18 +06:00
Temirkhan Myrzamadi
566137f001
Merge pull request #189 from teloxide/fix-todo-in-inline-keyboard-button
Add InlineKeyboardButtonKind::{LoginUrl, CallbackGame, Pay}
2020-03-09 16:15:48 +06:00
Temirkhan Myrzamadi
23df2d0577 Add the 'let secret = cx.dialogue' binding 2020-03-09 16:08:11 +06:00
Temirkhan Myrzamadi
e44a2204bf Merge branch 'refactor-guess-a-number-bot' of https://github.com/teloxide/teloxide into refactor-guess-a-number-bot 2020-03-09 14:59:59 +06:00
Temirkhan Myrzamadi
95d3e7ceae Remove the excess check in guess-a-number-bot 2020-03-09 14:59:37 +06:00
Temirkhan Myrzamadi
f1353b00ae Add InlineKeyboardButtonKind::{LoginUrl, CallbackGame, Pay} 2020-03-09 14:15:50 +06:00
Temirkhan Myrzamadi
3844523c52
Merge branch 'dev' into refactor-guess-a-number-bot 2020-03-09 14:04:16 +06:00