C# Класс NetTelegramBotApi.Types.File

This object represents a file ready to be downloaded. The file can be downloaded via the link https://api.telegram.org/file/bot/. It is guaranteed that the link will be valid for at least 1 hour. When the link expires, a new one can be requested by calling getFile.
Наследование: IPostProcessingRequired
Показать файл Открыть проект

Открытые методы

Метод Описание
PostProcess ( string botAccessToken ) : void

Описание методов

PostProcess() публичный Метод

public PostProcess ( string botAccessToken ) : void
botAccessToken string
Результат void