Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 847 Bytes

File metadata and controls

28 lines (21 loc) · 847 Bytes

CommunityChannelMessageUpdateRequest

Properties

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]

Example

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]