Parameters | Required | Description |
---|---|---|
request | ✅ | Request |
message_type | ✅ | Message type (RoomMessageType) |
room_id | ✅ | Chatroom id |
message | 1️⃣ | Message text |
attachment | 1️⃣ | Attachments |
location | 1️⃣ | User's location info (RoomMessageLocation) |
log | 1️⃣ | Log (RoomMessageLog) |
contact | 1️⃣ | Contact (RoomMessageContact) |
1️⃣ Requirements depends on message_type according to following table
message_type | message | attachment | location | log | contact |
---|---|---|---|---|---|
TEXT | ✅ | ❎ | ❎ | ❎ | ❎ |
IMAGE | ❎ | ✅ | ❎ | ❎ | ❎ |
IMAGE_TEXT | ✅ | ✅ | ❎ | ❎ | ❎ |
VIDEO | ❎ | ✅ | ❎ | ❎ | ❎ |
VIDEO_TEXT | ✅ | ✅ | ❎ | ❎ | ❎ |
AUDIO | ❎ | ✅ | ❎ | ❎ | ❎ |
AUDIO_TEXT | ✅ | ✅ | ❎ | ❎ | ❎ |
VOICE | ❎ | ✅ | ❎ | ❎ | ❎ |
GIF | ❎ | ✅ | ❎ | ❎ | ❎ |
FILE | ❎ | ✅ | ❎ | ❎ | ❎ |
FILE_TEXT | ✅ | ✅ | ❎ | ❎ | ❎ |
LOCATION | ❎ | ❎ | ✅ | ❎ | ❎ |
LOG | ❎ | ❎ | ❎ | ✅ | ❎ |
CONTACT | ❎ | ❎ | ❎ | ❎ | ✅ |