Commit graph

116 commits

Author SHA1 Message Date
Waffle
8fe2db0259 Merge branch 'dev' of github.com:async-telegram-bot/async-telegram-bot into dev 2019-09-04 11:08:17 +03:00
Waffle
8030fe4418 Prototype hing-level api. 2019-09-04 11:07:49 +03:00
Temirkhan Myrzamadi
5b8f8f587d Fix the PhotoSize type 2019-09-04 14:04:30 +06:00
Temirkhan Myrzamadi
c47e4c03ac Make all the fields of all the types public 2019-09-04 14:00:26 +06:00
Waffle
42c961b595 Implement request builders by hand instead of TypedBuilder 2019-09-04 11:00:15 +03:00
Waffle
fe48ed2730 Borrow client and token in RequestInfo instead of moving. (this also adds lifetimes to Request, RequestInfo, RequestFuture) 2019-09-04 10:34:52 +03:00
Waffle
4fc11dc3dc Remove strange function 2019-09-04 09:43:43 +03:00
Waffle
8b878c3827 Remove Integer and UnsignedInteger aliases 2019-09-04 09:41:44 +03:00
P0lunin
d18f7f9666 Merge remote-tracking branch 'origin/dev' into dev 2019-09-04 09:08:19 +03:00
P0lunin
17f80589e9 add docs 2019-09-04 09:07:47 +03:00
Temirkhan Myrzamadi
e640065552
Merge pull request #9 from Mr-Andersen/dev
Much
2019-09-04 10:45:27 +06:00
Mr-Andersen
59360cbc7d Re-factored Chat in "enum style" 2019-09-03 22:29:37 +03:00
Mr-Andersen
52e8507be4 Added Venue; #[skip_serizlizing_if = "Option::is_none"] where it is missed 2019-09-03 21:44:38 +03:00
Mr-Andersen
3a80ecacc0 Added Video 2019-09-03 21:22:52 +03:00
P0lunin
a17f3129a3 add struct 2019-09-03 21:14:19 +03:00
Mr-Andersen
2d074e73e2 Added PhotoSize, removed use serde::... in **/types/* 2019-09-03 21:11:39 +03:00
P0lunin
ff2285890f add struct 2019-09-03 21:09:34 +03:00
P0lunin
b4cfb893e9 add struct 2019-09-03 21:05:09 +03:00
P0lunin
7262d54fa0 add struct 2019-09-03 21:02:18 +03:00
P0lunin
dcdc776c50 add struct and set fields type to 'pub' 2019-09-03 20:56:43 +03:00
P0lunin
1852b8f5a1 add struct 2019-09-03 20:47:21 +03:00
P0lunin
28b1ef45b2 add struct 2019-09-03 20:41:49 +03:00
RustemB
afe840cab6 WebhookInfo 2019-09-03 22:37:29 +05:00
RustemB
8b39c5fb68 WebhookInfo 2019-09-03 22:37:18 +05:00
Mr-Andersen
e41d62a27f Resolved conflict 2019-09-03 20:32:48 +03:00
Waffle
f100bdc7ed Pin RequestFuture 2019-09-03 20:23:52 +03:00
Waffle
9f8396f752 Merge branch 'dev' of github.com:async-telegram-bot/async-telegram-bot into dev 2019-09-03 19:32:14 +03:00
Waffle
38b5945ec8 Fix ParseMode, InputFile and InputMedia (add to module tree, add docs, etc) 2019-09-03 19:25:13 +03:00
Temirkhan Myrzamadi
d71c4d39a0 Fix the compilation errors 2019-09-03 20:39:49 +06:00
Temirkhan Myrzamadi
383ea99e81 Refine core/network/mod.rs 2019-09-03 20:34:29 +06:00
Temirkhan Myrzamadi
3d6479be62 Format the sources 2019-09-03 20:25:38 +06:00
Temirkhan Myrzamadi
e9ebd62993 Make the 'core.network' module private 2019-09-03 20:24:52 +06:00
Temirkhan Myrzamadi
0a6dc12f92 Make the 'core' module public 2019-09-03 20:17:19 +06:00
Mr-Andersen
b1a8e9ba9b Included chat_member.rs in mod.rs, fixed bug, added Audio 2019-09-03 14:40:23 +03:00
Temirkhan Myrzamadi
d8c70b9fc6
Merge pull request #8 from Mr-Andersen/dev
Added dummy types into core/types/not_implemented_types.rs; Added Mes…
2019-09-03 17:20:06 +06:00
Mr-Andersen
8511aeb609 Fixed problems with borrow checker in core/requests 2019-09-03 14:15:54 +03:00
Mr-Andersen
5e57abf676 Added dummy types into core/types/not_implemented_types.rs; Added MessageEntity 2019-09-03 13:57:53 +03:00
Waffle
f304fd6a6b Merge branch 'dev' of github.com:async-telegram-bot/async-telegram-bot into dev 2019-09-03 12:04:24 +03:00
Waffle
6e2f5c2da6 Merge branch 'dev' of github.com:async-telegram-bot/async-telegram-bot into dev 2019-09-03 12:03:51 +03:00
Waffle
3f88c45d6b Rework Request trait 2019-09-03 12:03:38 +03:00
fedechkin_alexey
2a7f90e204 fix input_media.rs 2019-09-03 16:03:16 +07:00
fedechkin_alexey
40c362de05 add inputMedia 2019-09-03 15:57:28 +07:00
RustemB
a311458454 InputFile 2019-09-03 13:49:11 +05:00
fedechkin_alexey
57a4a60406 fix file name
add struct: login,response_parameter
2019-09-03 15:30:10 +07:00
Temirkhan Myrzamadi
6de592fa6b Merge branch 'dev' of https://github.com/async-telegram-bot/async-telegram-bot into dev 2019-09-03 14:05:06 +06:00
Temirkhan Myrzamadi
01cd8ddd5f Implement core/requests/form_builder.rs 2019-09-03 14:04:35 +06:00
P0lunin
4718572088 add enum 2019-09-03 10:55:44 +03:00
P0lunin
1891976650 add struct 2019-09-03 10:55:29 +03:00
Temirkhan Myrzamadi
23b94bab01 Fix a few things and format the code 2019-09-03 13:04:07 +06:00
Temirkhan Myrzamadi
47d56c7ddd Use serde::Serialize instead of Display (helpers.rs) 2019-09-03 13:01:36 +06:00