NIMSDK-iOS
载入中...
搜索中...
未找到
NIMQChatDeleteChannelParam.h
浏览该文件的文档.
1
//
2
// NIMQChatDeleteChannelParam.h
3
// NIMSDK
4
//
5
// Created by Netease.
6
// Copyright © 2022 Netease. All rights reserved.
7
//
8
9
#import <Foundation/Foundation.h>
10
11
NS_ASSUME_NONNULL_BEGIN
12
13
/**
14
* 删除频道参数
15
*/
16
@interface
NIMQChatDeleteChannelParam
: NSObject
17
18
@property
(nonatomic, assign)
unsigned
long
long
channelId
;
19
20
@end
21
22
23
NS_ASSUME_NONNULL_END
NIMQChatDeleteChannelParam
Definition:
NIMQChatDeleteChannelParam.h:17
NIMQChatDeleteChannelParam::channelId
unsigned long long channelId
Definition:
NIMQChatDeleteChannelParam.h:18
QChat
NIMQChatDeleteChannelParam.h
制作者
1.9.5