pub(crate) async fn get_chat_id_by_grpid( context: &Context, grpid: &str, ) -> Result<Option<(ChatId, bool, Blocked)>>
Returns a tuple of (chatid, is_protected, blocked).
(chatid, is_protected, blocked)