Record
delete-chat-message-params
No description available.
record delete-chat-message-params {
user-id: string,
message-id: string,
to-contact: option<string>,
to-channel: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| user-id | string | |
| message-id | string | |
| to-contact | option<string> | |
| to-channel | option<string> |