github.com/gotd/td/tg.ReplyKeyboardMarkup.Rows (field)
9 uses
github.com/gotd/td/tg (current package)
tl_reply_markup_gen.go#L486: Rows []KeyboardButtonRow
tl_reply_markup_gen.go#L529: if !(r.Rows == nil) {
tl_reply_markup_gen.go#L561: r.Rows = from.GetRows()
tl_reply_markup_gen.go#L661: b.PutVectorHeader(len(r.Rows))
tl_reply_markup_gen.go#L662: for idx, v := range r.Rows {
tl_reply_markup_gen.go#L705: r.Rows = make([]KeyboardButtonRow, 0, headerLen%bin.PreallocateLimit)
tl_reply_markup_gen.go#L712: r.Rows = append(r.Rows, value)
tl_reply_markup_gen.go#L806: 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. |