NIM PC Cross Platform SDK
|
Public Member Functions | |
QChatChannelCategoryUpdateParam (const NIMQChatChannelCategoryUpdateParam &c_param) | |
const NIMQChatChannelCategoryUpdateParam | ToCParam () const |
Public Attributes | |
ChannelCategoryUpdateCallback | cb {nullptr} |
回调函数 | |
uint64_t | category_id {0} |
分组 id | |
std::string | name {""} |
名称 | |
std::string | custom {""} |
自定义字段 | |
NIMQChatChannelViewMode | view_mode {kNIMQChatChannelViewModePublic} |
查看模式 | |