pub async fn send_text_msg( context: &Context, chat_id: ChatId, text_to_send: String, ) -> Result<MsgId>
Sends a text message to the given chat.
Returns database ID of the sent message.