- small change

This commit is contained in:
FlorianDahn 2019-09-26 20:57:51 +02:00
parent 3c21af8f68
commit 1d44b50883

View File

@ -61,13 +61,7 @@ namespace TelegramBotBase.Form
/// <returns></returns>
public KeyboardButton ToKeyboardButton(ButtonForm form)
{
if (this.Url == null)
{
return new KeyboardButton(this.Text);
}
return new KeyboardButton(this.Text);
}
}