Class TelegramUploadTaskVM
Inheritance
System.Object
TelegramUploadTaskVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class TelegramUploadTaskVM : TransportTaskBaseVM
Properties
Declaration
public System.Collections.Generic.ICollection<string> Contacts { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.ICollection<System.String> |
|
ParseMode
Declaration
public string ParseMode { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Text
Declaration
public string Text { get; set; }
Property Value
| Type |
Description |
| System.String |
|