Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
ChatEmojiComment Struct Reference

Chat emoji comment New chat supports emoji reaction. More...

#include <IMeetingChatHelper.h>

Data Fields

std::string guid
 Guid.
 
int32_t meetingUserID = 0
 Meeting user id.
 
std::string displayName
 Display name.
 
int64_t time = 0
 Time.
 

Detailed Description

Chat emoji comment New chat supports emoji reaction.

Definition at line 172 of file IMeetingChatHelper.h.

Field Documentation

◆ displayName

std::string ChatEmojiComment::displayName

Display name.

Definition at line 176 of file IMeetingChatHelper.h.

◆ guid

std::string ChatEmojiComment::guid

Guid.

Definition at line 174 of file IMeetingChatHelper.h.

◆ meetingUserID

int32_t ChatEmojiComment::meetingUserID = 0

Meeting user id.

Definition at line 175 of file IMeetingChatHelper.h.

◆ time

int64_t ChatEmojiComment::time = 0

Time.

Definition at line 177 of file IMeetingChatHelper.h.