Chat SDK v1.3.5 for React Native
Preparing search index...
ChatGroupInfo
Class ChatGroupInfo
The class that defines basic information of chat groups.
Index
Constructors
constructor
Properties
group
Id
group
Name
Constructors
constructor
new
ChatGroupInfo
(
params
:
{
groupId
:
string
;
groupName
:
string
}
)
:
ChatGroupInfo
Parameters
params
:
{
groupId
:
string
;
groupName
:
string
}
Returns
ChatGroupInfo
Properties
group
Id
groupId
:
string
The group ID.
group
Name
groupName
:
string
The group name.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
group
Id
group
Name
react-native-agora-chat
Loading...
The class that defines basic information of chat groups.