pub async fn get_chat_contacts(
    context: &Context,
    chat_id: ChatId
) -> Result<Vec<ContactId>>
Expand description

Returns a vector of contact IDs for given chat ID.