Class: Google::Apps::Chat::V1::DeleteCustomEmojiRequest
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::DeleteCustomEmojiRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/reaction.rb
Overview
Request for deleting a custom emoji.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Resource name of the custom emoji to delete.
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.
315 316 317 318 |
# File 'proto_docs/google/chat/v1/reaction.rb', line 315 class DeleteCustomEmojiRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |