Response for sending DM
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
code |
int | ✔️ | Response code | 200 |
msg |
str | ✔️ | Message sent | success |
data |
Nullable[models.MessageModel] | ✔️ | message object | { "attachment": { "type": "image", "url": "https://example.com/image.jpg" }, "id": "1234567890123456789", "text": "Hello, how are you?", "time": "2024-01-01T12:00:00Z" } |