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
- (::Array<::Google::Apps::Chat::V1::CustomEmoji>) — Unordered list. List of custom emojis.
#custom_emojis=
def custom_emojis=(value) -> ::Array<::Google::Apps::Chat::V1::CustomEmoji>
Parameter
- value (::Array<::Google::Apps::Chat::V1::CustomEmoji>) — Unordered list. List of custom emojis.
Returns
- (::Array<::Google::Apps::Chat::V1::CustomEmoji>) — Unordered list. List of custom emojis.
#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.