feat: Add import_vcard() (#5202)

Add a function importing contacts from the given vCard.
This commit is contained in:
iequidoo
2024-05-16 22:05:22 -03:00
committed by link2xt
parent 10fe6929b0
commit 8c5d8477fb
3 changed files with 207 additions and 12 deletions

View File

@@ -311,4 +311,8 @@ pub enum EventType {
/// ID of the changed chat
chat_id: Option<ChatId>,
},
/// Event for using in tests, e.g. as a fence between normally generated events.
#[cfg(test)]
Test,
}