Merge pull request #142 from williamchange/master

minor typo in helpers.go
pull/144/head
Syfaro 8 years ago committed by GitHub
commit 6f2d022476
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      helpers.go

@ -641,7 +641,7 @@ func NewCallbackWithAlert(id, text string) CallbackConfig {
} }
} }
// 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 { func NewInvoice(chatID int64, title, description, payload, providerToken, startParameter, currency string, prices *[]LabeledPrice) InvoiceConfig {
return InvoiceConfig{ return InvoiceConfig{
BaseChat: BaseChat{ChatID: chatID}, BaseChat: BaseChat{ChatID: chatID},