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