Class CreateTelegramUploadTaskVM
Inheritance
System.Object
CreateTelegramUploadTaskVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class CreateTelegramUploadTaskVM : CreateTransportTaskBaseVM
Properties
BotToken
Declaration
public string BotToken { get; set; }
Property Value
| Type |
Description |
| System.String |
|
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 |
|