pub trait GetBotInfo<'a> { // Required method fn get_bot_related_info(&'a self) -> Option<BotInfo>; }