GoogleApi.Chat.V1.Model.ListCustomEmojisResponse (google_api_chat v0.43.0)

View Source

A response to list custom emojis.

Attributes

  • customEmojis (type: list(GoogleApi.Chat.V1.Model.CustomEmoji.t), default: nil) - Unordered list. List of custom emojis.
  • nextPageToken (type: String.t, default: nil) - A token that you can send as pageToken to retrieve the next page of results. If empty, there are no subsequent pages.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Chat.V1.Model.ListCustomEmojisResponse{
  customEmojis: [GoogleApi.Chat.V1.Model.CustomEmoji.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.