C# Class 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.
Inheritance: IPostProcessingRequired
Mostrar archivo Open project: justdmitry/NetTelegramBotApi

Public Methods

Method Description
PostProcess ( string botAccessToken ) : void

Method Details

PostProcess() public method

public PostProcess ( string botAccessToken ) : void
botAccessToken string
return void