Google Chat V1 API - Class Google::Apps::Chat::V1::Emoji (v0.8.0)

Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::Emoji.

An emoji that is used as a reaction to a message.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#custom_emoji

def custom_emoji() -> ::Google::Apps::Chat::V1::CustomEmoji
Returns
  • (::Google::Apps::Chat::V1::CustomEmoji) — Output only. A custom emoji.

    Note: The following fields are mutually exclusive: custom_emoji, unicode. If a field in that set is populated, all other fields in the set will automatically be cleared.

#unicode

def unicode() -> ::String
Returns
  • (::String) — Optional. A basic emoji represented by a unicode string.

    Note: The following fields are mutually exclusive: unicode, custom_emoji. If a field in that set is populated, all other fields in the set will automatically be cleared.

#unicode=

def unicode=(value) -> ::String
Parameter
  • value (::String) — Optional. A basic emoji represented by a unicode string.

    Note: The following fields are mutually exclusive: unicode, custom_emoji. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::String) — Optional. A basic emoji represented by a unicode string.

    Note: The following fields are mutually exclusive: unicode, custom_emoji. If a field in that set is populated, all other fields in the set will automatically be cleared.