Google Chat V1 API - Class Google::Apps::Chat::V1::ListCustomEmojisResponse (v0.12.0)

Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::ListCustomEmojisResponse.

A response to list custom emojis.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#custom_emojis

def custom_emojis() -> ::Array<::Google::Apps::Chat::V1::CustomEmoji>
Returns

#custom_emojis=

def custom_emojis=(value) -> ::Array<::Google::Apps::Chat::V1::CustomEmoji>
Parameter
Returns

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — A token that you can send as pageToken to retrieve the next page of results. If empty, there are no subsequent pages.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — 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.