mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Structures that have a hand-written serialize impl can't use skip_serializing_none
This commit is contained in:
parent
15d2f0e3f5
commit
2d55d1aa47
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ use crate::types::InputSticker;
|
|||
/// This object represents the contents of a file to be uploaded.
|
||||
///
|
||||
/// [The official docs](https://core.telegram.org/bots/api#inputfile).
|
||||
#[serde_with_macros::skip_serializing_none]
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct InputFile {
|
||||
id: OnceCell<Arc<str>>,
|
||||
|
|
Loading…
Reference in a new issue