Struct ViberFileRequest.FileInformation
Represents the file information of the request.
public struct ViberFileRequest.FileInformation
- Inherited Members
Properties
Name
The name and extension of the file.
[JsonPropertyOrder(1)]
public string Name { readonly get; set; }
Property Value
Url
The URL for the file attachment or the path for the location of the file attachment. If name is included, can just be the path. If name is not included, must include the filename and extension.
[JsonPropertyOrder(0)]
public string Url { readonly get; set; }