github.com/gotd/td/tg.ReplyInlineMarkup.Rows (field)
9 uses
github.com/gotd/td/tg (current package)
tl_reply_markup_gen.go#L833: Rows []KeyboardButtonRow
tl_reply_markup_gen.go#L856: if !(r.Rows == nil) {
tl_reply_markup_gen.go#L876: r.Rows = from.GetRows()
tl_reply_markup_gen.go#L924: b.PutVectorHeader(len(r.Rows))
tl_reply_markup_gen.go#L925: for idx, v := range r.Rows {
tl_reply_markup_gen.go#L956: r.Rows = make([]KeyboardButtonRow, 0, headerLen%bin.PreallocateLimit)
tl_reply_markup_gen.go#L963: r.Rows = append(r.Rows, value)
tl_reply_markup_gen.go#L974: return r.Rows
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. |