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