jsonrpc: move qr/uri type to dedicated file (#3687)

#skip-changelog
This commit is contained in:
Simon Laux
2022-10-23 10:41:32 +02:00
committed by GitHub
parent 434e53e922
commit 7551c84c4f
3 changed files with 215 additions and 215 deletions

View File

@@ -35,7 +35,7 @@ pub mod events;
pub mod types;
use crate::api::types::chat_list::{get_chat_list_item_by_id, ChatListItemFetchResult};
use crate::api::types::QrObject;
use crate::api::types::qr::QrObject;
use types::account::Account;
use types::chat::FullChat;