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
파일 보기 프로젝트 열기: justdmitry/NetTelegramBotApi

공개 메소드들

메소드 설명
PostProcess ( string botAccessToken ) : void

메소드 상세

PostProcess() 공개 메소드

public PostProcess ( string botAccessToken ) : void
botAccessToken string
리턴 void