GoogleApi.Chat.V1.Model.ListMessagesResponse (google_api_chat v0.43.0)
View SourceResponse message for listing messages.
Attributes
-
messages(type:list(GoogleApi.Chat.V1.Model.Message.t), default:nil) - List of messages. -
nextPageToken(type:String.t, default:nil) - You can send a token aspageTokento 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
@type t() :: %GoogleApi.Chat.V1.Model.ListMessagesResponse{ messages: [GoogleApi.Chat.V1.Model.Message.t()] | nil, nextPageToken: String.t() | nil }