• Home
  • API Documentation

Class FileAttachment.FileData

FileAttachment.FileData provides information about a GroupMe FileAttachment.

Inheritance
Object
FileAttachment.FileData
Namespace: GroupMeClientApi.Models.Attachments
Assembly: GroupMeClientApi.dll
Syntax
public class FileData : object

Properties

| Improve this Doc View Source

FileName

Gets the filename.

Declaration
public string FileName { get; }
Property Value
Type Description
String
| Improve this Doc View Source

FileSize

Gets the size of the file in bytes.

Declaration
public string FileSize { get; }
Property Value
Type Description
String
| Improve this Doc View Source

MimeType

Gets the mime type of the file.

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