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
-
(::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
-
(::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
-
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.
-
(::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.