Commit graph

1917 commits

Author SHA1 Message Date
nextel
9ebe30cb91 add fields to struct 2019-09-13 13:59:15 +03:00
nextel
d81072bba8 add sendContact implementation 2019-09-13 13:30:59 +03:00
nextel
546f0d53d9 add base struct for sendContact action 2019-09-13 13:05:40 +03:00
nextel
d2612f21a0 apply cargo fmt 2019-09-13 12:38:01 +03:00
nextel
8a9b2e1009 add replay markup setter 2019-09-13 12:36:09 +03:00
Waffle
7cf5ad5272 Add Box::{edit_message_live_location, forward_message, send_audio, send_location, send_media_group, send_photo, stop_message_live_location} methods 2019-09-13 01:39:25 +03:00
Waffle
fedc346e23 Add Box::ctx shortcut 2019-09-13 01:05:22 +03:00
Waffle
300a3cb285 Make StopMessageLiveLocation public 2019-09-13 01:01:38 +03:00
Waffle
6e76d0441d Fix compilers warnings (unused imports, unused fields, etc) 2019-09-13 00:58:08 +03:00
Waffle
fdd79760e1 Dispatcher POC impl 2019-09-13 00:37:45 +03:00
Waffle
7e297bb25e Fix compile errors (many derives fixes and append_to_row (&mut mut)) 2019-09-12 22:24:38 +03:00
ferristhecrab
0d83c1b106 move back accidentally deleted module declarations and types export 2019-09-13 00:11:11 +05:00
ferristhecrab
3aac9a43c5 export implemented types 2019-09-12 23:52:19 +05:00
Waffle
cd7ecb2a66 Merge branch 'dev' of github.com:async-telegram-bot/async-telegram-bot into dev 2019-09-12 21:40:09 +03:00
P0lunin
73fd76997d add builders 2019-09-12 21:32:54 +03:00
nextel
c1568065e0 add methods to send venue action 2019-09-12 21:31:25 +03:00
Waffle
17d8ef43a0 Merge branch 'dev' of github.com:async-telegram-bot/async-telegram-bot into dev 2019-09-12 21:29:04 +03:00
Waffle
d591e499c8 Implement Update 2019-09-12 21:21:18 +03:00
Waffle Lapkin
b95b1c15aa
Merge pull request #19 from async-telegram-bot/feature/sendVenue
fix mistakes for stop sent live location and unused live times for temlpates in action directory
2019-09-12 20:45:21 +03:00
nextel
a95829243a return TODO to get file action 2019-09-12 20:43:19 +03:00
nextel
9a5606f63f return TODO 2019-09-12 20:40:14 +03:00
nextel
278f9690b7 add sendVenue 2019-09-12 20:33:28 +03:00
nextel
6dda560cc3 cargo fmt of ../requests 2019-09-12 20:05:59 +03:00
Waffle Lapkin
a8f04a8d4c
Merge pull request #17 from async-telegram-bot/bug/fmt
cargo fmt for all project files
2019-09-12 19:47:41 +03:00
Waffle Lapkin
9e16be8b9c
Merge pull request #18 from async-telegram-bot/feature/templatesForActions
Feature/templates for actions
2019-09-12 19:39:54 +03:00
nextel
0bbfca7b4b add live time parameter to action templates 2019-09-12 19:30:35 +03:00
nextel
3cb15025d7 add temlates for actions, for exclude merge conflicts 2019-09-12 19:28:44 +03:00
nextel
cbb6076308 cargo fmt for all project files 2019-09-12 18:57:14 +03:00
Andrew Andersen
df4259bf60
Merge pull request #13 from Mr-Andersen/dev
Much
2019-09-12 18:50:23 +03:00
Andrew Andersen
5d06f4a0f8
Update src/core/types/poll.rs
Co-Authored-By: Waffle Lapkin <waffle.lapkin@gmail.com>
2019-09-12 18:50:01 +03:00
Andrew Andersen
6d3aeb45c4
Update src/core/types/animation.rs
Co-Authored-By: Waffle Lapkin <waffle.lapkin@gmail.com>
2019-09-12 18:49:54 +03:00
Waffle Lapkin
80f588ce1b
Merge pull request #15 from async-telegram-bot/feature/stopMessageliveLocation
add stop message live location handler
2019-09-12 18:40:25 +03:00
nextel
40321467dd fix review mistakes 2019-09-12 18:33:35 +03:00
Waffle Lapkin
4c149ec6e7
Merge pull request #16 from ferristhecrab/dev
change reply_markup to its actual type
2019-09-12 18:31:57 +03:00
Mishko torop'izhko
5b8166a9d8
Update src/core/requests/stop_message_live_location.rs
Co-Authored-By: Waffle Lapkin <waffle.lapkin@gmail.com>
2019-09-12 18:31:53 +03:00
Mishko torop'izhko
3df77cc356
Update src/core/requests/stop_message_live_location.rs
Co-Authored-By: Waffle Lapkin <waffle.lapkin@gmail.com>
2019-09-12 18:31:35 +03:00
Mishko torop'izhko
8bc6d7b13f
Update src/core/requests/stop_message_live_location.rs
Co-Authored-By: Waffle Lapkin <waffle.lapkin@gmail.com>
2019-09-12 18:31:11 +03:00
Mishko torop'izhko
33dd80d49d
Update src/core/requests/stop_message_live_location.rs
Co-Authored-By: Waffle Lapkin <waffle.lapkin@gmail.com>
2019-09-12 18:30:59 +03:00
Mishko torop'izhko
f37e41361f
Update src/core/requests/stop_message_live_location.rs
Co-Authored-By: Waffle Lapkin <waffle.lapkin@gmail.com>
2019-09-12 18:29:37 +03:00
Mishko torop'izhko
b831cd3f1c
Update src/core/requests/mod.rs
Co-Authored-By: Waffle Lapkin <waffle.lapkin@gmail.com>
2019-09-12 18:29:15 +03:00
ferristhecrab
e78f889778 change reply_markup to its actual type 2019-09-12 20:20:40 +05:00
nextel
1c40479f87 add serde tags to optional fields 2019-09-12 18:11:50 +03:00
Mr-Andersen
a5f1b7fb70 Added Animation, File, UserProfilePhotos 2019-09-12 16:51:59 +03:00
Mr-Andersen
7de6f9f252 pub fixes 2019-09-12 16:51:24 +03:00
Mr-Andersen
cc19034bca Dropped implemented types from not_implemented_types 2019-09-12 16:04:13 +03:00
Mr-Andersen
7482534335 Little bit of refactoring 2019-09-12 16:03:04 +03:00
Mr-Andersen
383d17ef47 Added Poll, PollOption 2019-09-12 16:02:36 +03:00
nextel
eada897471 add stop message live location handler 2019-09-12 16:00:58 +03:00
Mr-Andersen
0a87a8ecd2 Message test: english -> francais 2019-09-12 15:22:56 +03:00
P0lunin
a6c8942063 add enum ReplyMarkup 2019-09-11 19:53:35 +03:00