Now forming MessageIds only from &Message to reduce the amount of moving this large type

This commit is contained in:
2023-07-16 17:28:40 +03:00
parent e25460a3d8
commit 1225adefc2
13 changed files with 26 additions and 27 deletions

View File

@@ -4,7 +4,7 @@ pub(crate) use crate::{
markups::*,
models::*,
state::State,
state::{Handler, MainDialogue, PackagedHandler},
state::{Handler, MainDialogue, MessageIds, PackagedHandler},
utils::*,
};
pub(crate) use cryptography::prelude::*;