Fix typos in comments
This commit is contained in:
parent
537c005643
commit
fd903f8182
6 changed files with 7 additions and 7 deletions
|
@ -567,7 +567,7 @@ func NewEditMessageText(chatID int64, messageID int, text string) EditMessageTex
|
|||
}
|
||||
}
|
||||
|
||||
// NewEditMessageTextAndMarkup allows you to edit the text and replymarkup of a message.
|
||||
// NewEditMessageTextAndMarkup allows you to edit the text and reply markup of a message.
|
||||
func NewEditMessageTextAndMarkup(chatID int64, messageID int, text string, replyMarkup InlineKeyboardMarkup) EditMessageTextConfig {
|
||||
return EditMessageTextConfig{
|
||||
BaseEdit: BaseEdit{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue