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 |
|
P0lunin
|
8f18b5ba02
|
refactored, fixed compiling errors and added docs
|
2019-09-11 19:52:53 +03:00 |
|
P0lunin
|
5099403fa6
|
add method editMessageLiveLocation
|
2019-09-11 18:07:31 +03:00 |
|
P0lunin
|
eeddf3d54f
|
refactoring
|
2019-09-11 10:16:48 +03:00 |
|
P0lunin
|
70e29b4edf
|
add method SendLocation
|
2019-09-09 19:23:01 +03:00 |
|
P0lunin
|
7809356546
|
add docs
|
2019-09-09 18:43:20 +03:00 |
|
P0lunin
|
826f52ff90
|
add method sendAudio
|
2019-09-08 23:11:43 +03:00 |
|
Waffle Lapkin
|
0abc9e66ff
|
Merge pull request #12 from Mr-Andersen/dev
Fixed bug
|
2019-09-08 19:30:38 +03:00 |
|
Mr-Andersen
|
b42c8b65f7
|
Added tests for media (video) and media as part of media group
|
2019-09-08 19:24:03 +03:00 |
|
Mr-Andersen
|
1fa64afad2
|
Fixed bug. More tests are still needed
|
2019-09-08 14:14:51 +03:00 |
|
Waffle
|
dc755b6ec0
|
Properly parse telegram answer
|
2019-09-08 02:43:58 +03:00 |
|
Waffle
|
c3052ed036
|
Reorder use s in requests
|
2019-09-08 02:01:00 +03:00 |
|
Waffle
|
94c5320ca8
|
Remove async move { /* only one future*/.await }
|
2019-09-08 01:54:59 +03:00 |
|
Waffle
|
b0d88d69ea
|
Move to reqwest from git (alpha.0 ) and tokio 0.2.0.alpha.4 !
|
2019-09-08 01:44:55 +03:00 |
|
Waffle
|
1f50a87daf
|
Merge branch 'dev' of github.com:async-telegram-bot/async-telegram-bot into dev
|
2019-09-07 22:17:28 +03:00 |
|
Waffle
|
26ba1919be
|
Add docs for core::types{Venue, Video}
|
2019-09-07 22:17:14 +03:00 |
|
Waffle
|
7a2e8fd33b
|
Implement SendMediaGroup request
|
2019-09-07 22:15:57 +03:00 |
|
Waffle
|
27debb0c77
|
Add option to send requests with json instead of multipart/form-data
|
2019-09-07 22:15:26 +03:00 |
|
Waffle
|
19f7ce1435
|
Remove test-replacement-to-main in SendPhoto
|
2019-09-07 22:10:19 +03:00 |
|
Waffle Lapkin
|
a6f69803e3
|
Merge pull request #11 from Mr-Andersen/dev
Added Message
|
2019-09-07 21:40:25 +03:00 |
|
Waffle
|
e1a4036d82
|
Implement Clone on ForwardKind , ForwardedFrom , MediaKind and ChatKind
|
2019-09-07 21:30:56 +03:00 |
|
Waffle Lapkin
|
015b7ee5d4
|
Merge branch 'dev' into dev
|
2019-09-07 21:16:49 +03:00 |
|
Mr-Andersen
|
0d6bb9840b
|
1. Box<Chat> -> Chat; 2. assert_eq!( //much code//, //same// ) -> expected & actual; 3. User { user: User } -> User(User)
|
2019-09-07 21:05:18 +03:00 |
|
P0lunin
|
fa8cefe504
|
refactored and added docs
|
2019-09-07 20:07:01 +03:00 |
|
Mr-Andersen
|
620ffe5580
|
Fixes
|
2019-09-07 19:08:32 +03:00 |
|
Andrew Andersen
|
a74715f888
|
Update src/core/types/message.rs
Co-Authored-By: Waffle Lapkin <waffle.lapkin@gmail.com>
|
2019-09-07 18:30:48 +03:00 |
|
Andrew Andersen
|
bca625a9b3
|
Update src/core/types/chat.rs
Co-Authored-By: Waffle Lapkin <waffle.lapkin@gmail.com>
|
2019-09-07 18:28:06 +03:00 |
|
Andrew Andersen
|
cc86b2a73d
|
Update src/core/types/chat.rs
Co-Authored-By: Waffle Lapkin <waffle.lapkin@gmail.com>
|
2019-09-07 18:27:25 +03:00 |
|
P0lunin
|
58ae51f318
|
changed field type String to InputFile
|
2019-09-07 18:18:09 +03:00 |
|
P0lunin
|
1ffd2697f1
|
add method
|
2019-09-07 17:54:08 +03:00 |
|