Skip to main content

UploadChatFileResponse

Type Alias UploadChatFileResponse 

Source
pub type UploadChatFileResponse = UploadFileResult;

Aliased Type§

pub struct UploadChatFileResponse {
    pub upload_id: Option<String>,
    pub type_: Option<String>,
    pub url: Option<String>,
}

Fields§

§upload_id: Option<String>§type_: Option<String>§url: Option<String>