setEmoji method

T setEmoji(
  1. PartialEmoji emoji
)

Implementation

T setEmoji(PartialEmoji emoji) {
  _emoji = emoji;
  return this as T;
}