Class: Google::Apps::Chat::V1::Emoji
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::Emoji
- 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
-
#custom_emoji ⇒ ::Google::Apps::Chat::V1::CustomEmoji
A custom emoji.
-
#unicode ⇒ ::String
Optional.
Instance Attribute Details
#custom_emoji ⇒ ::Google::Apps::Chat::V1::CustomEmoji
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
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 |