all repos — telegram-bot-api @ 6f2d0224760e2b07def17a175ee56e834a4415b2

Golang bindings for the Telegram Bot API

Merge pull request #142 from williamchange/master

minor typo in helpers.go
Syfaro syfaro@huefox.com
Mon, 08 Jan 2018 21:57:55 -0600
commit

6f2d0224760e2b07def17a175ee56e834a4415b2

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},