mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-24 15:49:27 +01:00
Remove unnecessary code
This commit is contained in:
parent
db8175e9f9
commit
19bcd8a6ba
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ pub struct MediaDocument {
|
||||||
|
|
||||||
/// For messages with a caption, special entities like usernames, URLs,
|
/// For messages with a caption, special entities like usernames, URLs,
|
||||||
/// bot commands, etc. that appear in the caption.
|
/// bot commands, etc. that appear in the caption.
|
||||||
#[serde(default = "Vec::new")]
|
#[serde(default)]
|
||||||
pub caption_entities: Vec<MessageEntity>,
|
pub caption_entities: Vec<MessageEntity>,
|
||||||
|
|
||||||
/// The unique identifier of a media message group this message belongs
|
/// The unique identifier of a media message group this message belongs
|
||||||
|
|
Loading…
Add table
Reference in a new issue