Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 903 Bytes

File metadata and controls

24 lines (17 loc) · 903 Bytes

ChannelTypeNotificationSetRequest

Properties

Name Type Description Notes
channelType string Session / channel type as a string (`1` to `10` as accepted by the server). [default to undefined]
requestId string User ID whose channel-type notification setting is updated. [default to undefined]
noDisturbLevel number Do-not-disturb level for the specified channel type. [default to undefined]

Example

import { ChannelTypeNotificationSetRequest } from '@nexconn/server-sdk';

const instance: ChannelTypeNotificationSetRequest = {
    channelType,
    requestId,
    noDisturbLevel,
};

[Back to Model list] [Back to API list] [Back to README]