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.
V2TIMImageElem

Detailed Description

Definition of V2TIMImageElem.

Public Member Functions

 V2TIMImageElem ()
 
 V2TIMImageElem (const V2TIMImageElem &)
 
V2TIMImageElemoperator= (const V2TIMImageElem &)
 
 ~V2TIMImageElem () override
 

Data Fields

V2TIMString path
 
V2TIMImageVector imageList
 
V2TIMElemType elemType
 
void * obj_ptr
 

Constructor & Destructor Documentation

◆ V2TIMImageElem() [1/2]

◆ V2TIMImageElem() [2/2]

◆ ~V2TIMImageElem()

~V2TIMImageElem ( )
override

Member Function Documentation

◆ operator=()

V2TIMImageElem& operator= ( const V2TIMImageElem )

Field Documentation

◆ path

Local file path of the original image. This is valid only for the message sender.

◆ imageList

V2TIMImageVector imageList

When receiving a picture message, this field will save all the specifications of the picture. Currently, it contains at most three specifications: original picture, large picture, and thumbnail. Each specification is stored in a V2TIMImage object.

◆ elemType

V2TIMElemType elemType
inherited

element type

◆ obj_ptr

void* obj_ptr
inherited