Google Apps Chat V1 Client - Class ListCustomEmojisResponse (0.11.1)

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

A response to list custom emojis.

Generated from protobuf message google.chat.v1.ListCustomEmojisResponse

Namespace

Google \ Apps \ Chat \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ custom_emojis array<CustomEmoji>

Unordered list. List of custom emojis.

↳ next_page_token string

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

getCustomEmojis

Unordered list. List of custom emojis.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setCustomEmojis

Unordered list. List of custom emojis.

Parameter
Name Description
var array<CustomEmoji>
Returns
Type Description
$this

getNextPageToken

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

Returns
Type Description
string

setNextPageToken

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

Parameter
Name Description
var string
Returns
Type Description
$this