Trait rust_rcs_client::chat_bot::cpim::GetBotInfo
source · pub trait GetBotInfo<'a> {
// Required method
fn get_bot_related_info(&'a self) -> Option<BotInfo>;
}
pub trait GetBotInfo<'a> {
// Required method
fn get_bot_related_info(&'a self) -> Option<BotInfo>;
}