Class: Google::Apps::Chat::V1::CreateCustomEmojiRequest
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::CreateCustomEmojiRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/reaction.rb
Overview
A request to create a custom emoji.
Instance Attribute Summary collapse
Instance Attribute Details
#custom_emoji ⇒ ::Google::Apps::Chat::V1::CustomEmoji
Returns Required. The custom emoji to create.
235 236 237 238 |
# File 'proto_docs/google/chat/v1/reaction.rb', line 235 class CreateCustomEmojiRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |