C# Class Telegram.Bot.Types.InlineKeyboardButton

Afficher le fichier Open project: MrRoundRobin/telegram.bot Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
InlineKeyboardButton ( ) : Newtonsoft.Json
InlineKeyboardButton ( string text, string callbackData = null ) : Newtonsoft.Json

Initializes a new instance of the InlineKeyboardButton class.

Method Details

InlineKeyboardButton() public méthode

public InlineKeyboardButton ( ) : Newtonsoft.Json
Résultat Newtonsoft.Json

InlineKeyboardButton() public méthode

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.
Résultat Newtonsoft.Json