Class MessageCreatedEventData
Event payload for a new message. Event type: google.workspace.chat.message.v1.created
Implements
Inherited Members
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class MessageCreatedEventData : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Message
The new message.
Declaration
[JsonProperty("message")]
public virtual Message Message { get; set; }
Property Value
Type | Description |
---|---|
Message |