ChatMember
Modelo ChatMember
{
"id": 1,
"created_at": "2022-07-14 16:38:51",
"updated_at": "2022-07-21 21:25:30",
"account_id": 753,
"room_id": 1,
"last_delivered_message_id": 981,
"last_read_message_id": 981,
"is_admin": false,
"is_restricted": false,
"is_joined": true,
"target_type": null,
"channel": "private-ch-1"
}
Atributo |
Tipo |
Descripción |
id |
int |
- |
created_at |
datetime\|null |
- |
updated_at |
datetime\|null |
- |
account_id |
int |
- |
room_id |
int |
- |
last_delivered_message_id |
int\|null |
- |
last_read_message_id |
int\|null |
- |
is_admin |
bool |
- |
is_restricted |
bool |
- |
is_joined |
bool |
- |
channel |
string |
- |
Listar ChatMember
{info} Soporta:
Paginación
Filters
Carga dinámica
Método |
URI |
Cabeceras |
GET |
/companies/{companyId}/chat-members |
Authorization |
Mostrar ChatMember
{info} Soporta:
Carga dinámica
Método |
URI |
Cabeceras |
GET |
/companies/{companyId}/chat-members/{chatRoomId} |
Authorization |
Enlaces de ChatMember