fix EditMessageReplyMarkupConfig

This commit is contained in:
boston 2016-04-19 12:19:36 +05:00
parent a2483eb98b
commit 890c908551
2 changed files with 1 additions and 2 deletions

View file

@ -423,8 +423,8 @@ func NewEditMessageReplyMarkup(chatID int64, messageID int, replyMarkup InlineKe
BaseEdit: BaseEdit{
ChatID: chatID,
MessageID: messageID,
ReplyMarkup: &replyMarkup,
},
ReplyMarkup: &replyMarkup,
}
}