Class LineMessageCreateNotification
Represents a notification indicating that a new Line (Group) Message has been sent.
Namespace: GroupMeClientApi.Push.Notifications
Assembly: GroupMeClientApi.dll
Syntax
public class LineMessageCreateNotification : Notification
Properties
| Improve this Doc View SourceAlert
Gets the alert text.
Declaration
public string Alert { get; }
Property Value
| Type | Description |
|---|---|
| String |
Message
Gets a preview of the created message.
Declaration
public Message Message { get; }
Property Value
| Type | Description |
|---|---|
| Message |
ReceivedAtUnixTimestamp
Gets the Unix Timestamp when the notification was received.
Declaration
public string ReceivedAtUnixTimestamp { get; }
Property Value
| Type | Description |
|---|---|
| String |
Type
Gets the attachment type.
Declaration
public override string Type { get; }
Property Value
| Type | Description |
|---|---|
| String |