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