pub fn create_instance(bot_token: &str, chat_id: &str) -> BotInstanceExpand description
Create an instance to interact with APIs.
Return BotInstance.
ยงArguments
bot_token- a string of bot tokenchat_id- a chat id string to send message
pub fn create_instance(bot_token: &str, chat_id: &str) -> BotInstanceCreate an instance to interact with APIs.
Return BotInstance.
bot_token - a string of bot tokenchat_id - a chat id string to send message