Add icon and style args to keyboard builders (#1769)

This commit is contained in:
Kostiantyn Kriuchkov 2026-02-15 20:22:56 +02:00 committed by GitHub
parent c73db32e86
commit fa844fce59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 100 additions and 0 deletions

1
CHANGES/1768.bugfix.rst Normal file
View file

@ -0,0 +1 @@
Added ``icon_custom_emoji_id`` and ``style`` parameters to ``InlineKeyboardBuilder.button`` and ``ReplyKeyboardBuilder.button`` signatures.