Class: Google::Apps::Chat::V1::ListCustomEmojisResponse

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

Overview

A response to list custom emojis.

Instance Attribute Summary collapse

Instance Attribute Details

#custom_emojis::Array<::Google::Apps::Chat::V1::CustomEmoji>

Returns Unordered list. List of custom emojis.

Returns:



300
301
302
303
# File 'proto_docs/google/chat/v1/reaction.rb', line 300

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

#next_page_token::String

Returns A token that you can send as pageToken to retrieve the next page of results. If empty, there are no subsequent pages.

Returns:

  • (::String)

    A token that you can send as pageToken to retrieve the next page of results. If empty, there are no subsequent pages.



300
301
302
303
# File 'proto_docs/google/chat/v1/reaction.rb', line 300

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