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