Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 708 Bytes

File metadata and controls

24 lines (17 loc) · 708 Bytes

OpenChannelDestroyTypeSetRequest

Properties

Name Type Description Notes
channelId string [default to undefined]
destroyType number [optional] [default to undefined]
ttlMinutes number [optional] [default to undefined]

Example

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

const instance: OpenChannelDestroyTypeSetRequest = {
    channelId,
    destroyType,
    ttlMinutes,
};

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