mirror of
https://github.com/tucnak/telebot
synced 2024-11-11 01:10:39 +00:00
32 lines
465 B
YAML
32 lines
465 B
YAML
|
settings:
|
||
|
token_env: TOKEN
|
||
|
parse_mode: html
|
||
|
long_poller: {}
|
||
|
|
||
|
config:
|
||
|
str: string
|
||
|
num: 123
|
||
|
dur: 10m
|
||
|
|
||
|
buttons:
|
||
|
- button: &anchored
|
||
|
unique: anchored
|
||
|
callback_data:
|
||
|
text:
|
||
|
|
||
|
markups:
|
||
|
reply:
|
||
|
keyboard:
|
||
|
- - text: Send a contact
|
||
|
request_contact: true
|
||
|
one_time_keyboard: true
|
||
|
inline:
|
||
|
- - unique: inline
|
||
|
callback_data:
|
||
|
text:
|
||
|
embedded:
|
||
|
- - Help
|
||
|
- - Settings
|
||
|
anchored:
|
||
|
- - *anchored
|