Create a custom.Button class and support send_message(buttons=...)

This commit is contained in:
Lonami Exo
2018-07-10 12:42:57 +02:00
parent a50d013ee6
commit 8c28be04bc
7 changed files with 213 additions and 12 deletions

View File

@@ -4,3 +4,4 @@ from .input_sized_file import InputSizedFile
from .messagebutton import MessageButton
from .forward import Forward
from .message import Message
from .button import Button