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

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.
 

Detailed Description

Chat emoji count info. New chat supports emoji reaction.

Definition at line 162 of file IMeetingChatHelper.h.

Field Documentation

◆ containMine

bool ChatEmojiCountInfo::containMine = false

TRUE indicates self also sent this emoji.

Definition at line 167 of file IMeetingChatHelper.h.

◆ count

int64_t ChatEmojiCountInfo::count = 0

Count.

Definition at line 165 of file IMeetingChatHelper.h.

◆ emoji

std::string ChatEmojiCountInfo::emoji

Emoji.

Definition at line 164 of file IMeetingChatHelper.h.

◆ firstEmojiTime

int64_t ChatEmojiCountInfo::firstEmojiTime = 0

First sent emoji time.

Definition at line 166 of file IMeetingChatHelper.h.