• Home
  • API Documentation

Class Attachment

Generic type to represent an attachment to a GroupMe Message.

Inheritance
Object
Attachment
EmojiAttachment
FileAttachment
ImageAttachment
LinkedImageAttachment
LocationAttachment
MentionsAttachment
ReplyAttachment
SplitAttachment
VideoAttachment
Namespace: GroupMeClientApi.Models.Attachments
Assembly: GroupMeClientApi.dll
Syntax
public class Attachment : object

Properties

| Improve this Doc View Source

Type

Gets the attachment type.

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