use serde_derive::Deserialize;
#[derive(Deserialize)]
pub struct Media {
pub only_media: String,
}
pub struct Hashtag {
pub tag: String,
pub struct List {
pub list: i64,
pub struct Auth {
pub access_token: String,