Skip to content

Commit 13b63bc

Browse files
committed
refactor(helpers): enhance keyboard builders and button metadata support
1 parent 8eb098d commit 13b63bc

2 files changed

Lines changed: 210 additions & 92 deletions

File tree

pyrogram/helpers/__init__.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,16 @@
1616
# You should have received a copy of the GNU Lesser General Public License
1717
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
1818

19-
from .helpers import ikb, bki, ntb, btn, kb, kbtn, array_chunk, force_reply
19+
from .helpers import (
20+
array_chunk,
21+
bki,
22+
btn,
23+
force_reply,
24+
ikb,
25+
kb,
26+
kbtn,
27+
ntb,
28+
)
2029

2130
__all__ = [
2231
"ikb",

0 commit comments

Comments
 (0)