• Home
  • API Documentation

Class LineMessageCreateNotification

Represents a notification indicating that a new Line (Group) Message has been sent.

Inheritance
Object
Notification
LineMessageCreateNotification
Namespace: GroupMeClientApi.Push.Notifications
Assembly: GroupMeClientApi.dll
Syntax
public class LineMessageCreateNotification : Notification

Properties

| Improve this Doc View Source

Alert

Gets the alert text.

Declaration
public string Alert { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Message

Gets a preview of the created message.

Declaration
public Message Message { get; }
Property Value
Type Description
Message
| Improve this Doc View Source

ReceivedAtUnixTimestamp

Gets the Unix Timestamp when the notification was received.

Declaration
public string ReceivedAtUnixTimestamp { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Type

Gets the attachment type.

Declaration
public override string Type { get; }
Property Value
Type Description
String
Overrides
Notification.Type
  • Edit on GitHub
  • View on GitHub
Back to top Generated by DocFX