• Home
  • API Documentation

Class LinkedImageAttachment

Represents an attachment to a GroupMe Message containing an image.

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

Properties

| Improve this Doc View Source

Type

Gets the attachment type.

Declaration
public override string Type { get; }
Property Value
Type Description
String
Overrides
Attachment.Type
| Improve this Doc View Source

Url

Gets the URL of the image attachment.

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