fix: removed intro and added detail fixes

This commit is contained in:
Deven Joshi
2021-07-16 21:20:38 +05:30
parent b3b82216bb
commit 2d5d0f125c
@@ -44,6 +44,8 @@ this package and accessible via providers and builders.
Before going into the docs, let's take a small detour to look at how the elements of Stream Chat are structured. Before going into the docs, let's take a small detour to look at how the elements of Stream Chat are structured.
### Basic Structure
There are two core elements in chat, <b>Users and Channels.</b> There are two core elements in chat, <b>Users and Channels.</b>
Channels are groups of one or more users that can message each other. Channels are groups of one or more users that can message each other.
In an app, you need to have a user connected to query channels. In an app, you need to have a user connected to query channels.