Class: Google::Apps::Chat::V1::CustomEmojiMetadata
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::CustomEmojiMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/annotation.rb
Overview
Annotation metadata for custom emoji.
Instance Attribute Summary collapse
-
#custom_emoji ⇒ ::Google::Apps::Chat::V1::CustomEmoji
The custom emoji.
Instance Attribute Details
#custom_emoji ⇒ ::Google::Apps::Chat::V1::CustomEmoji
Returns The custom emoji.
200 201 202 203 |
# File 'proto_docs/google/chat/v1/annotation.rb', line 200 class CustomEmojiMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |