Function deltachat::chat::get_chat_id_by_grpid
source ยท pub(crate) async fn get_chat_id_by_grpid(
context: &Context,
grpid: &str,
) -> Result<Option<(ChatId, bool, Blocked)>>
Expand description
Returns a tuple of (chatid, is_protected, blocked)
.