pub async fn get_message_fields(
conn: &mut PgConnection,
message_id: Uuid,
) -> ModelResult<Message>Expand description
The inner message of the given ChatbotConversationMessage.
pub async fn get_message_fields(
conn: &mut PgConnection,
message_id: Uuid,
) -> ModelResult<Message>The inner message of the given ChatbotConversationMessage.