obervinov / telegram-package

This is an additional implementation compared to the telebot module. This module is designed for quick initialization, authorization and rendering of various buttons/widgets for telegram bots.
MIT License
0 stars 0 forks source link

Add default size in method parameter #20

Closed obervinov closed 10 months ago

obervinov commented 10 months ago

https://github.com/obervinov/telegram-package/blob/main/telegram/telegram.py#L42

    def create_inline_markup(
        self,
        names: list = None,
        size: int = 3
    ) -> telebot.types.InlineKeyboardMarkup: