Maybe Waffle
9ce53a2b02
Fix deserialization of VoiceChat{Started,Ended}
messages
2021-12-25 04:50:31 +03:00
Maybe Waffle
078ee1d7ce
Refactor forwarded messages
2021-12-25 04:27:13 +03:00
Maybe Waffle
2bd19a598e
Add User::is_anonymous
and User::is_channel
functions
...
Also add documentation for `User::{full_name, mention, url}`
2021-12-25 04:12:59 +03:00
Maybe Waffle
1bcb062d88
Add RequestError::InvalidJson::raw
field
2021-12-24 15:47:54 +03:00
Maybe Waffle
3f2d69702f
Update changelog and add regression test for issue 481
2021-12-19 18:52:03 +03:00
Sprite
234ac365db
Update changelog and comment the PR link in the test
2021-12-19 21:26:39 +08:00
Hirrolot
22de637798
Merge pull request #143 from teloxide/api55
...
TBA 5.5
2021-12-19 17:16:45 +06:00
Maybe Waffle
f42c1a6098
Fix deserialization of chat migrations
2021-12-10 17:00:49 +03:00
Maybe Waffle
6c1c585733
Update changelog
2021-12-10 16:02:28 +03:00
Maybe Waffle
560fa36e41
re-run payloads codegen
2021-12-07 01:31:49 +03:00
Waffle Maybe
e3a0087644
Merge pull request #140 from SpriteOvO/master
...
Add the missing method `caption_entities` to `InputMediaPhoto`
2021-12-07 01:08:42 +03:00
Sprite
7a65d52fb7
Update changelog
2021-12-07 04:13:58 +08:00
Sprite
a33588a14b
Update changelog
2021-11-28 02:33:33 +08:00
Sprite
30154f6fba
Update changelog
2021-11-27 17:50:03 +08:00
Maybe Waffle
b34b4369c7
Update changelog
2021-11-20 19:50:57 +03:00
Maybe Waffle
ca69b6385c
Update changelog
2021-11-15 01:47:53 +03:00
Hirrolot
461d882bc1
Merge pull request #134 from teloxide/errfactor
...
Refactor errors
2021-11-13 19:09:22 +06:00
Maybe Waffle
8d1dd8d444
Add ApiError::TooMuchInlineQueryResults
2021-11-09 21:16:56 +03:00
Maybe Waffle
27e1b90c6e
Refactor errors
2021-11-08 00:02:17 +03:00
Maybe Waffle
0999efa96b
Update to changelog
2021-10-11 10:44:06 +03:00
Waffle
b18a06403b
Update changelog
2021-09-16 02:57:30 +03:00
Waffle Lapkin
9261d8cfd2
changelog: link pr119
2021-09-07 17:47:10 +03:00
Andrew
c461eac259
Update changelog
2021-09-07 19:24:13 +05:00
Hirrolot
d8d45bd7cc
Merge branch 'master' into fix-033-date
2021-09-03 20:52:13 -07:00
Waffle
842315150b
Add UntilDate
enum and use it for {Restricted, Banned}::until_date
2021-09-02 18:14:54 +03:00
Waffle Lapkin
f7faf737da
Remove square brackets from changelog (2)
2021-08-31 18:39:02 +03:00
Waffle Lapkin
17fa764f11
Remove square brackets from changelog
2021-08-31 18:36:20 +03:00
Waffle Lapkin
35bfdd2c72
Fix date of the 0.3.3 release in changelog
2021-08-31 17:59:49 +03:00
Waffle
d3bf4499ea
Use url::Url
for urls, use chrono::DateTime<Utc>
for dates in types
2021-08-31 17:45:20 +03:00
Waffle
2417b636a6
Add EditedMessageIsTooLong
error
2021-08-21 23:59:59 +03:00
Waffle
5349c85404
Fix compilation with nigthly
feature
...
The `min_type_alias_impl_trait` feature was removed in faviour of `type_alias_impl_trait`.
2021-08-03 02:29:26 +03:00
Waffle
1d379a3452
Dump version: 0.3.1 => 0.3.2
2021-07-27 12:58:11 +03:00
Waffle
1fe4518ee9
Add tools for Bot/Request type erasure
2021-07-12 16:58:51 +03:00
Waffle
9e8819d726
Add Trace
bot adaptor
2021-07-10 17:41:20 +03:00
Waffle
5aa622b361
impl HasPayload
, Request
and Requester
for either::Either
...
This allows to use different adaptors depending on runtime context.
2021-07-08 13:04:40 +03:00
Waffle
b2152db747
Prepare 0.3.1 release
2021-07-07 20:14:27 +03:00
Waffle
23c125775c
Remove Self: 'static
buound on RequesterExt::throttle
2021-07-07 20:14:27 +03:00
Waffle
e7b44e6bbe
Use cfg(dep_docsrs)
to allow building docs properly as a dependency
2021-07-07 20:14:25 +03:00
Waffle Lapkin
2871623aa4
Fill in v0.3.0 release date
2021-07-05 19:53:42 +03:00
Waffle
df69d07f2b
Bump version (0.2.2 => 0.3.0)
2021-07-04 17:36:07 +03:00
Waffle
5ac43d4ac0
Fix type of PhotoSize::{width,height}
fields: i32
=> u32
2021-07-04 17:36:07 +03:00
Waffle
e6b66a7383
TBA 5.3: update changelog and supported version
2021-07-04 16:06:06 +03:00
Hirrolot
52313b740c
Merge pull request #96 from teloxide/throttle_settings
...
Make `Throttle` settings more extendable
2021-07-04 07:59:56 +06:00
Waffle
421cf42835
Use url::Url
for urls, use chrono::DateTime<Utc>
for dates
2021-07-03 23:35:13 +03:00
Waffle
4377abd149
Make Throttle
settings more extendable
...
Add a `#[non_exhaustive]` `Settings` builder struct.
Replace `with_queue_full_fn` and `spawn_with_queue_full_fn` with
`with_settings` and `spawn_with_settings`.
This allows to add more settings in the future without breaking changes.
2021-07-03 22:34:31 +03:00
Waffle
b0d2e35e5b
Update changelog
2021-06-30 20:30:26 +03:00
Waffle
34e73748c3
Add a way to get info from/into Thrrotle
...
This patch adds `Thrrotle::{limits,set_limits,queue_status}` functions and
`QueueStatus` struct allowing to get current status of worker & change
limits of the fly.
2021-06-29 21:22:40 +03:00
Waffle
0dc565211f
Add DefaultParseMode::parse_mode
2021-06-29 21:21:47 +03:00
Waffle Lapkin
e64c22753c
Correct pr link in the changelog
2021-06-19 14:15:39 +03:00
liushuyu
73c34f852a
CHANGELOG: add changeset information for #94
2021-06-19 03:21:50 -06:00