• Home
  • API Documentation

Class FavoriteUpdate

Represents a notification indicating that the likers for a Message have changed.

Inheritance
Object
Notification
FavoriteUpdate
Namespace: GroupMeClientApi.Push.Notifications
Assembly: GroupMeClientApi.dll
Syntax
public class FavoriteUpdate : 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

FavoriteSubject

Gets a preview of the favorited message.

Declaration
public NotificationSubject FavoriteSubject { get; }
Property Value
Type Description
NotificationSubject
| 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