Class LikeCreateNotification
Represents a notification indicating that a message has been liked.
Namespace: GroupMeClientApi.Push.Notifications
Assembly: GroupMeClientApi.dll
Syntax
public class LikeCreateNotification : Notification
Properties
| Improve this Doc View SourceAlert
Gets the alert text.
Declaration
public string Alert { get; }
Property Value
| Type | Description |
|---|---|
| String |
FavoriteSubject
Gets a preview of the favorited message.
Declaration
public NotificationSubject FavoriteSubject { get; }
Property Value
| Type | Description |
|---|---|
| NotificationSubject |
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 |