GoogleApi.Chat.V1.Model.ListReactionsResponse (google_api_chat v0.43.0)
View SourceResponse to a list reactions request.
Attributes
-
nextPageToken(type:String.t, default:nil) - Continuation token to retrieve the next page of results. It's empty for the last page of results. -
reactions(type:list(GoogleApi.Chat.V1.Model.Reaction.t), default:nil) - List of reactions in the requested (or first) page.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Chat.V1.Model.ListReactionsResponse{ nextPageToken: String.t() | nil, reactions: [GoogleApi.Chat.V1.Model.Reaction.t()] | nil }