Class: Google::Apps::Chat::V1::ListCustomEmojisResponse
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::ListCustomEmojisResponse
- 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
-
#custom_emojis ⇒ ::Array<::Google::Apps::Chat::V1::CustomEmoji>
Unordered list.
-
#next_page_token ⇒ ::String
A token that you can send as
pageTokento retrieve the next page of results.
Instance Attribute Details
#custom_emojis ⇒ ::Array<::Google::Apps::Chat::V1::CustomEmoji>
Returns Unordered list. List of custom emojis.
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.
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 |