Class: Google::Apps::Chat::V1::Emoji

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/chat/v1/reaction.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#custom_emoji::Google::Apps::Chat::V1::CustomEmoji

Returns 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.

Returns:

  • (::Google::Apps::Chat::V1::CustomEmoji)

    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.



52
53
54
55
# File 'proto_docs/google/chat/v1/reaction.rb', line 52

class Emoji
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#unicode::String

Returns 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.



52
53
54
55
# File 'proto_docs/google/chat/v1/reaction.rb', line 52

class Emoji
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end