Zoom Rooms Controller SDK Reference 6.5.0
|
Chat emoji count info. New chat supports emoji reaction. More...
#include <IMeetingChatHelper.h>
Data Fields | |
std::string | emoji |
Emoji. | |
int64_t | count = 0 |
Count. | |
int64_t | firstEmojiTime = 0 |
First sent emoji time. | |
bool | containMine = false |
TRUE indicates self also sent this emoji. | |
Chat emoji count info. New chat supports emoji reaction.
Definition at line 162 of file IMeetingChatHelper.h.
bool ChatEmojiCountInfo::containMine = false |
TRUE indicates self also sent this emoji.
Definition at line 167 of file IMeetingChatHelper.h.
int64_t ChatEmojiCountInfo::count = 0 |
Count.
Definition at line 165 of file IMeetingChatHelper.h.
std::string ChatEmojiCountInfo::emoji |
Emoji.
Definition at line 164 of file IMeetingChatHelper.h.
int64_t ChatEmojiCountInfo::firstEmojiTime = 0 |
First sent emoji time.
Definition at line 166 of file IMeetingChatHelper.h.