P0lunin
|
de0b9f4ab8
|
moved answerPreCheckoutQuery from types to requests
|
2019-09-15 14:40:24 +03:00 |
|
P0lunin
|
8ffb4db4cc
|
moved implementations to core::types
|
2019-09-15 13:45:21 +03:00 |
|
P0lunin
|
0ae31c6454
|
fix errors
|
2019-09-15 13:44:38 +03:00 |
|
Temirkhan Myrzamadi
|
5296a74e65
|
Merge branch 'dev' of https://github.com/async-telegram-bot/async-telegram-bot into dev
|
2019-09-13 21:43:46 +06:00 |
|
Temirkhan Myrzamadi
|
15f45b26e3
|
Draw a dependency graph
|
2019-09-13 21:43:33 +06:00 |
|
Temirkhan Myrzamadi
|
a165157d4f
|
Merge pull request #23 from async-telegram-bot/feature/sendPoll
Feature/send poll
|
2019-09-13 19:39:39 +06:00 |
|
nextel
|
d8c51bdde8
|
fix option fields
|
2019-09-13 15:45:19 +03:00 |
|
nextel
|
b2fb7c2963
|
add SendPoll implementation
|
2019-09-13 15:42:45 +03:00 |
|
Temirkhan Myrzamadi
|
93f18a020c
|
Merge pull request #21 from async-telegram-bot/feature/sendVenue
Feature/send venue
|
2019-09-13 18:12:30 +06:00 |
|
Temirkhan Myrzamadi
|
f9eab90768
|
Merge pull request #22 from async-telegram-bot/feature/sendContact
Feature/send contact
|
2019-09-13 18:12:21 +06:00 |
|
Mishko torop'izhko
|
1f4ec47f39
|
Update src/core/requests/send_venue.rs
Co-Authored-By: Waffle Lapkin <waffle.lapkin@gmail.com>
|
2019-09-13 15:08:50 +03:00 |
|
Mishko torop'izhko
|
766be3381d
|
Update src/core/requests/send_venue.rs
Co-Authored-By: Waffle Lapkin <waffle.lapkin@gmail.com>
|
2019-09-13 15:08:40 +03:00 |
|
Mishko torop'izhko
|
45f7e49e3b
|
Update src/core/requests/send_venue.rs
Co-Authored-By: Waffle Lapkin <waffle.lapkin@gmail.com>
|
2019-09-13 15:08:29 +03:00 |
|
Mishko torop'izhko
|
1932741f1a
|
Update src/core/requests/send_contact.rs
Co-Authored-By: Waffle Lapkin <waffle.lapkin@gmail.com>
|
2019-09-13 15:07:54 +03:00 |
|
Waffle
|
4519109ac5
|
Implement wrapper for filters that adds | , & operators
|
2019-09-13 14:57:02 +03:00 |
|
nextel
|
b9364d737b
|
fix docs
|
2019-09-13 14:07:05 +03:00 |
|
nextel
|
c1e78c19cf
|
fix documentation
|
2019-09-13 14:05:32 +03:00 |
|
nextel
|
5450637649
|
fix documentation
|
2019-09-13 14:05:10 +03:00 |
|
nextel
|
334ee73a40
|
cargo fmt
|
2019-09-13 14:03:12 +03:00 |
|
nextel
|
466ec638a4
|
fix documentation
|
2019-09-13 14:02:29 +03:00 |
|
nextel
|
02f3d60a96
|
add struct comment
|
2019-09-13 14:00:57 +03:00 |
|
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 derive s 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 |
|