Enum SendFileType
Type of file to send
Namespace: TelegramBotApi.Types.Upload
Assembly: TelegramBotApi.dll
Syntax
public enum SendFileType
Fields
| Name | Description |
|---|---|
| Attach | An attached file (for media groups) |
| FileId | Send via telegram file id |
| Multipart | Upload as multipart/form data |
| Url | Send via URL |