mirror of
https://github.com/tucnak/telebot
synced 2024-11-15 06:13:01 +00:00
37 lines
526 B
YAML
37 lines
526 B
YAML
settings:
|
|
token_env: TOKEN
|
|
parse_mode: html
|
|
long_poller: {}
|
|
|
|
config:
|
|
str: string
|
|
num: 123
|
|
dur: 10m
|
|
|
|
buttons:
|
|
# Shortened reply buttons
|
|
help: Help
|
|
settings: Settings
|
|
|
|
# Extended reply button
|
|
contact:
|
|
text: Send a contact
|
|
request_contact: true
|
|
|
|
# Inline button
|
|
stop:
|
|
unique: stop
|
|
text: Stop
|
|
callback_data: '{{.}}'
|
|
|
|
markups:
|
|
reply_shortened:
|
|
- [ help ]
|
|
- [ settings ]
|
|
reply_extended:
|
|
keyboard:
|
|
- [ contact ]
|
|
one_time_keyboard: true
|
|
inline:
|
|
- [ stop ]
|