NIMQChatGetServerRoleMembersParam Class Reference
Inherits from | NSObject |
---|---|
Declared in | NIMQChatGetServerRoleMembersParam.h |
serverId
服务器id
@property (nonatomic, assign) unsigned long long serverId
Discussion
服务器id
Declared In
NIMQChatGetServerRoleMembersParam.h
roleId
频道id
@property (nonatomic, assign) unsigned long long roleId
Discussion
频道id
Declared In
NIMQChatGetServerRoleMembersParam.h
timeTag
timetag
@property (nonatomic, assign) NSTimeInterval timeTag
Discussion
timetag
Declared In
NIMQChatGetServerRoleMembersParam.h
accid
查询的起始accid,第一页时填空串
@property (nonatomic, copy) NSString *accid
Discussion
查询的起始accid,第一页时填空串
Declared In
NIMQChatGetServerRoleMembersParam.h
limit
每页个数
@property (nonatomic, assign) NSInteger limit
Discussion
每页个数
Declared In
NIMQChatGetServerRoleMembersParam.h