mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-24 23:57:38 +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.
|
/// This object represents the contents of a file to be uploaded.
|
||||||
///
|
///
|
||||||
/// [The official docs](https://core.telegram.org/bots/api#inputfile).
|
/// [The official docs](https://core.telegram.org/bots/api#inputfile).
|
||||||
#[serde_with_macros::skip_serializing_none]
|
|
||||||
#[derive(Debug, Clone)]
|
#[derive(Debug, Clone)]
|
||||||
pub struct InputFile {
|
pub struct InputFile {
|
||||||
id: OnceCell<Arc<str>>,
|
id: OnceCell<Arc<str>>,
|
||||||
|
|
Loading…
Add table
Reference in a new issue