pub async fn get<'a, E>( executor: E, company_id: i32, id: i64, ) -> Result<Message>where E: Executor<'a, Database = Postgres>,
Get message by id.
Returns error if there was a problem while fetching message.