mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 15:01:45 +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,
|
||||
/// bot commands, etc. that appear in the caption.
|
||||
#[serde(default = "Vec::new")]
|
||||
#[serde(default)]
|
||||
pub caption_entities: Vec<MessageEntity>,
|
||||
|
||||
/// The unique identifier of a media message group this message belongs
|
||||
|
|
Loading…
Reference in a new issue