Voting helps other researchers find interesting modules.
Structure of each notification in the MessageNotification Bundle. Attribute sender_name could be different in case of group messages. Next Id: 9
audioDuration
String.t
nil
charCount
integer()
dataUri
messageBody
mimeType
postTime
DateTime.t
sender
GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesMessageNotificationPerson.t
wordCount
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesMessageNotificationNotificationEntry{ audioDuration: String.t() | nil, charCount: integer() | nil, dataUri: String.t() | nil, messageBody: String.t() | nil, mimeType: String.t() | nil, postTime: DateTime.t() | nil, sender: GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesMessageNotificationPerson.t() | nil, wordCount: integer() | nil }
@spec decode(struct(), keyword()) :: struct()