• Home
  • API Documentation

Class SplitAttachment

Represents an attachment to a GroupMe Message containing a bill-split.

Inheritance
Object
Attachment
SplitAttachment
Namespace: GroupMeClientApi.Models.Attachments
Assembly: GroupMeClientApi.dll
Syntax
public class SplitAttachment : Attachment

Properties

| Improve this Doc View Source

Token

Gets the token associated with this Split.

Declaration
public string Token { 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
Attachment.Type
  • Edit on GitHub
  • View on GitHub
Back to top Generated by DocFX