IMSDK
IM features a comprehensive suite of solutions including global access, one-to-one chat, group chat, message push, profile and relationship chain hosting, and account authentication. It also provides complete app access and backend management APIs.
V2TIMTopicInfoResult

Public Member Functions

 V2TIMTopicInfoResult ()
 
 V2TIMTopicInfoResult (const V2TIMTopicInfoResult &result)
 
 ~V2TIMTopicInfoResult ()
 

Data Fields

int32_t errorCode
 
V2TIMString errorMsg
 
V2TIMTopicInfo topicInfo
 

Constructor & Destructor Documentation

◆ V2TIMTopicInfoResult() [1/2]

◆ V2TIMTopicInfoResult() [2/2]

◆ ~V2TIMTopicInfoResult()

Field Documentation

◆ errorCode

int32_t errorCode

Return code. 0: successful; other: failed.

◆ errorMsg

V2TIMString errorMsg

Result information.

◆ topicInfo

V2TIMTopicInfo topicInfo

Topic information.