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 |
|
Temirkhan Myrzamadi
|
0b136f9ed1
|
Merge pull request #181 from teloxide/from-env-proxy
Added `$TELOXIDE_PROXY` to `Bot::from_env`
|
2020-03-09 14:02:57 +06:00 |
|
Temirkhan Myrzamadi
|
ec7db5ec7b
|
Decompose guess-a-number-bot
|
2020-03-09 14:01:45 +06:00 |
|
Temirkhan Myrzamadi
|
fcf582eb83
|
Merge branch 'dev' into from-env-proxy
|
2020-03-09 13:19:16 +06:00 |
|
Temirkhan Myrzamadi
|
c0e7767bb3
|
Merge pull request #187 from teloxide/remove-main-page-from-lib-rs
Remove the high-level overview from lib.rs
|
2020-03-07 20:29:49 +06:00 |
|
Mr-Andersen
|
2f4dfd8f0c
|
Merge branch 'dev' of github.com:teloxide/teloxide into from-env-proxy
Потому что сразу надо было пр мерджить
|
2020-03-06 12:16:36 +03:00 |
|
Temirkhan Myrzamadi
|
234a0e4607
|
Remove the high-level overview from lib.rs
|
2020-03-06 15:05:44 +06:00 |
|
Temirkhan Myrzamadi
|
eedf2853b1
|
Merge pull request #186 from teloxide/shared-state-bot
Add examples/shared_state_bot
|
2020-03-05 15:32:07 +06:00 |
|
Temirkhan Myrzamadi
|
172cdad87d
|
Simplify .gitignore
|
2020-03-05 11:23:20 +06:00 |
|
Temirkhan Myrzamadi
|
2374b5c2d3
|
Add examples/shared_state_bot
|
2020-03-04 14:15:23 +06:00 |
|
Temirkhan Myrzamadi
|
637dcd2535
|
Merge pull request #184 from rsmidt/add-missing-markdown-escape-char
Escape '>' using markdown utilities
|
2020-02-28 15:25:29 +06:00 |
|
Ruben Smidt
|
f3d0570ef4
|
fix(markdown): add missing char to escape
|
2020-02-27 21:25:18 +01:00 |
|
Temirkhan Myrzamadi
|
bc98de395d
|
Update README.md
|
2020-02-25 15:39:48 +06:00 |
|
Temirkhan Myrzamadi
|
2021be11b7
|
Fix the version in README.md
|
2020-02-25 15:39:09 +06:00 |
|
Temirkhan Myrzamadi
|
6842eba1ed
|
Merge branch 'master' of https://github.com/teloxide/teloxide
|
2020-02-25 15:21:51 +06:00 |
|
Temirkhan Myrzamadi
|
1676434d1a
|
Prepare to v0.2.0
|
2020-02-25 15:19:44 +06:00 |
|
Temirkhan Myrzamadi
|
9f69dee06e
|
Update CHANGELOG.md
|
2020-02-25 15:15:41 +06:00 |
|
Temirkhan Myrzamadi
|
a8e6ab4d68
|
Update CHANGELOG.md
|
2020-02-25 15:08:04 +06:00 |
|
Temirkhan Myrzamadi
|
578783e33e
|
Merge pull request #182 from teloxide/fix-polling-default
Fix polling_default
|
2020-02-25 14:33:32 +06:00 |
|
Temirkhan Myrzamadi
|
c489e2b6da
|
Fix Duration::from_secs(1)
|
2020-02-25 04:24:25 +06:00 |
|