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 (readonly)

Returns Output only. A custom emoji.

Returns:



48
49
50
51
# File 'proto_docs/google/chat/v1/reaction.rb', line 48

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

#unicode::String

Returns Optional. A basic emoji represented by a unicode string.

Returns:

  • (::String)

    Optional. A basic emoji represented by a unicode string.



48
49
50
51
# File 'proto_docs/google/chat/v1/reaction.rb', line 48

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