Remove ReplyMarkup interface from MessageConfig, fixes #30

bot-api-6.1
Syfaro 2015-11-25 09:08:03 -06:00
parent 06d94aeeed
commit 6960b6fd79
1 changed files with 0 additions and 1 deletions

View File

@ -144,7 +144,6 @@ type MessageConfig struct {
Text string Text string
ParseMode string ParseMode string
DisableWebPagePreview bool DisableWebPagePreview bool
ReplyMarkup interface{}
} }
// Values returns url.Values representation of MessageConfig // Values returns url.Values representation of MessageConfig