added new guide

This commit is contained in:
Deven Joshi
2021-08-08 22:27:40 +05:30
parent 2317115350
commit 2c0eaaafab
@@ -0,0 +1,15 @@
---
id: understanding_filters
sidebar_position: 10
title: Understanding Filters
---
Understanding Filters
### Introduction
Filters are used to get a specific subset of objects (channels, users, messages, members, etc) which
fit the conditions specified. Earlier versions of the SDK contained String-based filters which are now replaced by type-safe
filters. This guide aims to explain the different types of filters and how to use them.