CommunityChannelMessageUpdateRequest
| Name |
Type |
Description |
Notes |
| channelId |
string |
|
[default to undefined] |
| subchannelId |
string |
|
[optional] [default to undefined] |
| fromUserId |
string |
|
[default to undefined] |
| messageId |
string |
|
[default to undefined] |
| content |
string |
|
[default to undefined] |
import { CommunityChannelMessageUpdateRequest } from '@nexconn/server-sdk';
const instance: CommunityChannelMessageUpdateRequest = {
channelId,
subchannelId,
fromUserId,
messageId,
content,
};
[Back to Model list] [Back to API list] [Back to README]