mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-09 11:43:57 +01:00
Merge pull request #48 from teloxide/small-enhancements
Small enhancements
This commit is contained in:
commit
0054544558
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
format_code_in_doc_comments = true
|
format_code_in_doc_comments = true
|
||||||
wrap_comments = true
|
wrap_comments = true
|
||||||
format_strings = true
|
format_strings = true
|
||||||
merge_imports = true
|
imports_granularity = "Crate"
|
||||||
use_field_init_shorthand = true
|
use_field_init_shorthand = true
|
||||||
|
|
|
@ -24,7 +24,7 @@ pub enum InputSticker {
|
||||||
|
|
||||||
/// TGS animation with the sticker, uploaded using multipart/form-data.
|
/// TGS animation with the sticker, uploaded using multipart/form-data.
|
||||||
///
|
///
|
||||||
/// See https://core.telegram.org/animated_stickers#technical-requirements for technical requirements
|
/// See <https://core.telegram.org/animated_stickers#technical-requirements> for technical requirements
|
||||||
#[serde(rename = "tgs_sticker")]
|
#[serde(rename = "tgs_sticker")]
|
||||||
Tgs(InputFile),
|
Tgs(InputFile),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue