C# 클래스 Telegram.Bot.Types.Update

파일 보기 프로젝트 열기: MrRoundRobin/telegram.bot 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
FromString ( string data ) : Update

Converts a JSON serialized Update to the corresponding object

메소드 상세

FromString() 공개 정적인 메소드

Converts a JSON serialized Update to the corresponding object
public static FromString ( string data ) : Update
data string The JSON string containing the update
리턴 Update