NIM PC Cross Platform SDK
nim_qchat_role_cpp_def.h File Reference

Go to the source code of this file.

Classes

struct  nim_qchat::QChatRoleMemberInfo
 
struct  nim_qchat::QChatRoleInfoBase
 
struct  nim_qchat::QChatServerRoleInfo
 
struct  nim_qchat::QChatChannelRoleInfo
 
struct  nim_qchat::QChatChannelCategoryRoleInfo
 
struct  nim_qchat::QChatMemberRoleInfo
 
struct  nim_qchat::QChatChannelCategoryMemberRoleInfo
 
struct  nim_qchat::QChatCreateServerRoleResp
 
struct  nim_qchat::QChatUpdateServerRoleResp
 
struct  nim_qchat::QChatGetServerRolesResp
 
struct  nim_qchat::QChatGetMembersFromServerRoleResp
 
struct  nim_qchat::QChatAddMembersToServerRoleResp
 
struct  nim_qchat::QChatAddChannelRoleResp
 
struct  nim_qchat::QChatAddChannelCategoryRoleResp
 
struct  nim_qchat::QChatGetChannelRolesResp
 
struct  nim_qchat::QChatGetChannelCategoryRolesPageResp
 
struct  nim_qchat::QChatAddMemberRoleResp
 
struct  nim_qchat::QChatAddChannelCategoryMemberRoleResp
 
struct  nim_qchat::QChatGetMemberRolesResp
 
struct  nim_qchat::QChatGetChannelCategoryMemberRolesPageResp
 
struct  nim_qchat::QChatGetExistingServerRolesByAccidsResp
 
struct  nim_qchat::QChatGetExistingAccidsOfMemberRolesResp
 
struct  nim_qchat::QChatCheckPermissionResp
 
struct  nim_qchat::QChatCheckPermissionsResp
 
struct  nim_qchat::QChatCreateServerRoleParam
 
struct  nim_qchat::QChatUpdateServerRoleParam
 
struct  nim_qchat::QChatUpdateServerRolePrioritiesParam
 
struct  nim_qchat::QChatDeleteServerRoleParam
 
struct  nim_qchat::QChatGetServerRolesParam
 
struct  nim_qchat::QChatAddMembersToServerRoleParam
 
struct  nim_qchat::QChatRemoveMembersFromServerRoleParam
 
struct  nim_qchat::QChatGetMembersFromServerRoleParam
 
struct  nim_qchat::QChatAddChannelRoleParam
 
struct  nim_qchat::QChatUpdateChannelRoleParam
 
struct  nim_qchat::QChatRemoveChannelRoleParam
 
struct  nim_qchat::QChatGetChannelRolesParam
 
struct  nim_qchat::QChatAddMemberRoleParam
 
struct  nim_qchat::QChatUpdateMemberRoleParam
 
struct  nim_qchat::QChatRemoveMemberRoleParam
 
struct  nim_qchat::QChatGetMemberRolesParam
 
struct  nim_qchat::QChatGetRolesByAccidParam
 
struct  nim_qchat::QChatGetExistingServerRolesByAccidsParam
 
struct  nim_qchat::QChatGetExistingChannelRolesByServerRoleIdsParam
 
struct  nim_qchat::QChatGetExistingAccidsOfMemberRolesParam
 
struct  nim_qchat::QChatGetExistingAccidsInServerRoleParam
 
struct  nim_qchat::QChatCheckPermissionParam
 
struct  nim_qchat::QChatCheckPermissionsParam
 
struct  nim_qchat::QChatAddChannelCategoryRoleParam
 
struct  nim_qchat::QChatUpdateChannelCategoryRoleParam
 
struct  nim_qchat::QChatRemoveChannelCategoryRoleParam
 
struct  nim_qchat::QChatGetChannelCategoryRolesPageParam
 
struct  nim_qchat::QChatAddChannelCategoryMemberRoleParam
 
struct  nim_qchat::QChatUpdateChannelCategoryMemberRoleParam
 
struct  nim_qchat::QChatRemoveChannelCategoryMemberRoleParam
 
struct  nim_qchat::QChatGetChannelCategoryMemberRolesPageParam
 

Namespaces

namespace  nim_qchat
 namespace nim_qchat
 

Typedefs

using nim_qchat::QChatPermission = std::map< uint32_t, NIMQChatPermissionsOption >
 
using nim_qchat::QChatDeleteServerRoleResp = QChatBaseResp
 
using nim_qchat::QChatUpdateServerRolePrioritiesResp = QChatGetServerRolesResp
 
using nim_qchat::QChatRemoveMembersFromServerRoleResp = QChatAddMembersToServerRoleResp
 
using nim_qchat::QChatUpdateChannelRoleResp = QChatAddChannelRoleResp
 
using nim_qchat::QChatRemoveChannelRoleResp = QChatBaseResp
 
using nim_qchat::QChatUpdateChannelCategoryRoleResp = QChatAddChannelCategoryRoleResp
 
using nim_qchat::QChatRemoveChannelCategoryRoleResp = QChatBaseResp
 
using nim_qchat::QChatUpdateMemberRoleResp = QChatAddMemberRoleResp
 
using nim_qchat::QChatRemoveMemberRoleResp = QChatBaseResp
 
using nim_qchat::QChatUpdateChannelCategoryMemberRoleResp = QChatAddChannelCategoryMemberRoleResp
 
using nim_qchat::QChatRemoveChannelCategoryMemberRoleResp = QChatBaseResp
 
using nim_qchat::QChatGetRolesByAccidResp = QChatGetServerRolesResp
 
using nim_qchat::QChatGetExistingChannelRolesByServerRoleIdsResp = QChatGetChannelRolesResp
 
using nim_qchat::QChatGetExistingAccidsInServerRoleResp = QChatGetExistingAccidsOfMemberRolesResp
 
using nim_qchat::QChatCreateServerRoleCallback = std::function< void(const QChatCreateServerRoleResp &)>
 
using nim_qchat::QChatUpdateServerRoleCallback = std::function< void(const QChatUpdateServerRoleResp &)>
 
using nim_qchat::QChatBatchUpdateServerRolePrioritiesCallback = std::function< void(const QChatUpdateServerRolePrioritiesResp &)>
 
using nim_qchat::QChatDeleteServerRoleCallback = QChatBaseCallback
 
using nim_qchat::QChatGetServerRolesCallback = std::function< void(const QChatGetServerRolesResp &)>
 
using nim_qchat::QChatAddMembersToServerRoleCallback = std::function< void(const QChatAddMembersToServerRoleResp &)>
 
using nim_qchat::QChatRemoveMembersFromServerRoleCallback = std::function< void(const QChatRemoveMembersFromServerRoleResp &)>
 
using nim_qchat::QChatGetMembersFromServerRoleCallback = std::function< void(const QChatGetMembersFromServerRoleResp &)>
 
using nim_qchat::QChatAddChannelRoleCallback = std::function< void(const QChatAddChannelRoleResp &)>
 
using nim_qchat::QChatUpdateChannelRoleCallback = std::function< void(const QChatUpdateChannelRoleResp &)>
 
using nim_qchat::QChatRemoveChannelRoleCallback = QChatBaseCallback
 
using nim_qchat::QChatGetChannelRolesCallback = std::function< void(const QChatGetChannelRolesResp &)>
 
using nim_qchat::QChatAddMemberRoleCallback = std::function< void(const QChatAddMemberRoleResp &)>
 
using nim_qchat::QChatUpdateMemberRoleCallback = std::function< void(const QChatUpdateMemberRoleResp &)>
 
using nim_qchat::QChatRemoveMemberRoleCallback = QChatBaseCallback
 
using nim_qchat::QChatGetMemberRoleInChannelCallback = std::function< void(const QChatGetMemberRolesResp &)>
 
using nim_qchat::QChatGetRolesByMemberIdCallback = std::function< void(const QChatGetRolesByAccidResp &)>
 
using nim_qchat::QChatGetRolesByMemberIdsCallback = std::function< void(const QChatGetExistingServerRolesByAccidsResp &)>
 
using nim_qchat::QChatGetExistingRolesInChannelCallback = std::function< void(const QChatGetExistingChannelRolesByServerRoleIdsResp &)>
 
using nim_qchat::QChatGetExistingAccidsOfMemberRolesCallback = std::function< void(const QChatGetExistingAccidsOfMemberRolesResp &)>
 
using nim_qchat::QChatGetExistingAccidsInServerRoleCallback = std::function< void(const QChatGetExistingAccidsInServerRoleResp &)>
 
using nim_qchat::QChatCheckPermissionCallback = std::function< void(const QChatCheckPermissionResp &)>
 
using nim_qchat::QChatCheckPermissionsCallback = std::function< void(const QChatCheckPermissionsResp &)>
 
using nim_qchat::QChatAddChannelCategoryRoleCallback = std::function< void(const QChatAddChannelCategoryRoleResp &)>
 
using nim_qchat::QChatUpdateChannelCategoryRoleCallback = std::function< void(const QChatUpdateChannelCategoryRoleResp &)>
 
using nim_qchat::QChatRemoveChannelCategoryRoleCallback = QChatBaseCallback
 
using nim_qchat::QChatGetChannelCategoryRolesPageCallback = std::function< void(const QChatGetChannelCategoryRolesPageResp &)>
 
using nim_qchat::QChatAddChannelCategoryMemberRoleCallback = std::function< void(const QChatAddChannelCategoryMemberRoleResp &)>
 
using nim_qchat::QChatUpdateChannelCategoryMemberRoleCallback = std::function< void(const QChatUpdateChannelCategoryMemberRoleResp &)>
 
using nim_qchat::QChatRemoveChannelCategoryMemberRoleCallback = QChatBaseCallback
 
using nim_qchat::QChatGetChannelCategoryMemberRolesPageCallback = std::function< void(const QChatGetChannelCategoryMemberRolesPageResp &)>
 

Detailed Description

Author
NetEase Yunxin
Version
0.1
Date
2022-01-18