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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
InlineKeyboardButton ( ) : Newtonsoft.Json
InlineKeyboardButton ( string text, string callbackData = null ) : Newtonsoft.Json

Initializes a new instance of the InlineKeyboardButton class.

메소드 상세

InlineKeyboardButton() 공개 메소드

public InlineKeyboardButton ( ) : Newtonsoft.Json
리턴 Newtonsoft.Json

InlineKeyboardButton() 공개 메소드

Initializes a new instance of the InlineKeyboardButton class.
public InlineKeyboardButton ( string text, string callbackData = null ) : Newtonsoft.Json
text string The text.
callbackData string The callback data.
리턴 Newtonsoft.Json