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