Class VideoAttachment
Represents an attachment to a GroupMe Message containing a video.
Namespace: GroupMeClientApi.Models.Attachments
Assembly: GroupMeClientApi.dll
Syntax
public class VideoAttachment : Attachment
Properties
| Improve this Doc View SourcePreviewUrl
Gets the URL of the video preview image.
Declaration
public string PreviewUrl { get; }
Property Value
| Type | Description |
|---|---|
| String |
Type
Gets the attachment type.
Declaration
public override string Type { get; }
Property Value
| Type | Description |
|---|---|
| String |
Overrides
| Improve this Doc View SourceUrl
Gets the URL of the video attachment.
Declaration
public string Url { get; }
Property Value
| Type | Description |
|---|---|
| String |