all repos — telegram-bot-api @ 3b0c0317300ecb967352a7ca2aa7a42a8822ab50

Golang bindings for the Telegram Bot API

minor typo in helpers.go
Lim Ming Wei williamchange@gmail.com
Tue, 09 Jan 2018 11:51:17 +0800
commit

3b0c0317300ecb967352a7ca2aa7a42a8822ab50

parent

2022d04b94f50056a09962b1ac81cdd821d20a55

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M helpers.gohelpers.go

@@ -641,7 +641,7 @@ ShowAlert: true,

} } -// NewInvoice created a new Invoice request to the user. +// NewInvoice creates a new Invoice request to the user. func NewInvoice(chatID int64, title, description, payload, providerToken, startParameter, currency string, prices *[]LabeledPrice) InvoiceConfig { return InvoiceConfig{ BaseChat: BaseChat{ChatID: chatID},