Class: Google::Apps::Chat::V1::GetCustomEmojiRequest
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::GetCustomEmojiRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/reaction.rb
Overview
A request to return a single custom emoji.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Resource name of the custom emoji.
Format: customEmojis/{customEmoji}
You can use the emoji name as an alias for {customEmoji}. For example,
customEmojis/:example-emoji: where :example-emoji: is the emoji name
for a custom emoji.
250 251 252 253 |
# File 'proto_docs/google/chat/v1/reaction.rb', line 250 class GetCustomEmojiRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |