Class: Google::Apps::Chat::V1::CustomEmoji::CustomEmojiPayload
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::CustomEmoji::CustomEmojiPayload
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/reaction.rb
Overview
Payload data for the custom emoji.
Instance Attribute Summary collapse
-
#file_content ⇒ ::String
Required.
-
#filename ⇒ ::String
Required.
Instance Attribute Details
#file_content ⇒ ::String
Returns Required. Input only. The image used for the custom emoji.
The payload must be under 256 KB and the dimension of the image must be square and between 64 and 500 pixels. The restrictions are subject to change.
105 106 107 108 |
# File 'proto_docs/google/chat/v1/reaction.rb', line 105 class CustomEmojiPayload include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#filename ⇒ ::String
Returns Required. Input only. The image file name.
Supported file extensions: .png, .jpg, .gif.
105 106 107 108 |
# File 'proto_docs/google/chat/v1/reaction.rb', line 105 class CustomEmojiPayload include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |