Class: Google::Apps::Chat::V1::CustomEmoji
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::CustomEmoji
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/reaction.rb
Overview
Represents a custom emoji.
Instance Attribute Summary collapse
-
#uid ⇒ ::String
readonly
Output only.
Instance Attribute Details
#uid ⇒ ::String (readonly)
Returns Output only. Unique key for the custom emoji resource.
57 58 59 60 |
# File 'proto_docs/google/chat/v1/reaction.rb', line 57 class CustomEmoji include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |