emoji property
Defaults to false. If true, then what is in the payload should be treated as an emoji like giving a message a heart or poop emoji.
Implementation
@$pb.TagNumber(8)
$core.int get emoji => $_getIZ(7);
Implementation
@$pb.TagNumber(8)
set emoji($core.int value) => $_setUnsignedInt32(7, value);