mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Make MediaContact::contact public
This commit is contained in:
parent
df30d92b6f
commit
510b0c9ac0
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ pub struct MediaAudio {
|
|||
#[derive(Clone, Debug, PartialEq, Serialize, Deserialize)]
|
||||
pub struct MediaContact {
|
||||
/// Message is a shared contact, information about the contact.
|
||||
contact: Contact,
|
||||
pub contact: Contact,
|
||||
}
|
||||
|
||||
#[serde_with_macros::skip_serializing_none]
|
||||
|
|
Loading…
Add table
Reference in a new issue