The goog.ui.emoji.Emoji Class

goog.ui.emoji.Emoji(url, id)

Creates an emoji. A simple wrapper for an emoji.

url {string}
URL pointing to the source image for the emoji.
id {string}
The id of the emoji, e.g., 'std.1'.

.ATTRIBUTE {string}

The name of the goomoji attribute, used for emoji image elements.

.getId()

returns {string}
The id of this emoji.

.getUrl()

returns {string}
The URL for this emoji.