pub async fn get_chat_msgs_ex(
    context: &Context,
    chat_id: ChatId,
    options: MessageListOptions
) -> Result<Vec<ChatItem>>
Expand description

Returns messages belonging to the chat according to the given options.