Trait telegram_bot_ars::types::ToFileRef
source · pub trait ToFileRef {
fn to_file_ref(&self) -> FileRef;
}Expand description
Get FileRef from the type reference.
pub trait ToFileRef {
fn to_file_ref(&self) -> FileRef;
}Get FileRef from the type reference.