Class: Google::Apps::Chat::V1::CustomEmoji

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/chat/v1/reaction.rb

Overview

Represents a custom emoji.

Instance Attribute Summary collapse

Instance Attribute Details

#uid::String (readonly)

Returns Output only. Unique key for the custom emoji resource.

Returns:

  • (::String)

    Output only. Unique key for the custom emoji resource.



57
58
59
60
# File 'proto_docs/google/chat/v1/reaction.rb', line 57

class CustomEmoji
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end