github.com/gotd/td/tg.Invoice.SuggestedTipAmounts (field)
11 uses
github.com/gotd/td/tg (current package)
tl_invoice_gen.go#L86: SuggestedTipAmounts []int64
tl_invoice_gen.go#L147: if !(i.SuggestedTipAmounts == nil) {
tl_invoice_gen.go#L199: i.SuggestedTipAmounts = val
tl_invoice_gen.go#L335: if !(i.SuggestedTipAmounts == nil) {
tl_invoice_gen.go#L372: b.PutVectorHeader(len(i.SuggestedTipAmounts))
tl_invoice_gen.go#L373: for _, v := range i.SuggestedTipAmounts {
tl_invoice_gen.go#L451: i.SuggestedTipAmounts = make([]int64, 0, headerLen%bin.PreallocateLimit)
tl_invoice_gen.go#L458: i.SuggestedTipAmounts = append(i.SuggestedTipAmounts, value)
tl_invoice_gen.go#L679: i.SuggestedTipAmounts = value
tl_invoice_gen.go#L691: return i.SuggestedTipAmounts, true
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |