Rubka 6.6.2__py3-none-any.whl → 7.2.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
rubka/button.py CHANGED
@@ -371,7 +371,7 @@ class InlineBuilder:
371
371
 
372
372
  def build(self) -> Dict:
373
373
  return {"rows": self.rows}
374
- class ChatKeypadBuilder:
374
+ class ChatKeypadBuilder(InlineBuilder):
375
375
  def __init__(self):
376
376
  self.rows: List[Dict[str, List[Dict[str, str]]]] = []
377
377