mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 06:51:01 +01:00
Mark InputMediaAnimation as #[non_exhaustive]
This commit is contained in:
parent
683d2d69eb
commit
0b895a19ee
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ pub struct InputMediaVideo {
|
|||
/// [The official docs](https://core.telegram.org/bots/api#inputmediaanimation).
|
||||
#[serde_with_macros::skip_serializing_none]
|
||||
#[derive(Clone, Debug, Eq, Hash, PartialEq, Serialize, Deserialize)]
|
||||
#[non_exhaustive]
|
||||
pub struct InputMediaAnimation {
|
||||
/// File to send.
|
||||
pub media: InputFile,
|
||||
|
|
Loading…
Reference in a new issue