-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathexample.yaml
44 lines (44 loc) · 1.43 KB
/
example.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# This token is generated by the BotFather
bot_token: TOKEN
welcome_message: Hello use /question to send your question
question_handler: question
question_handler_description: Send your question
anonymous_question_handler: anonymous_question
anonymous_question_handler_description: Send anonymous question
next_talks_handler: next
next_talks_handler_description: Show the next talks for today
no_next_talks_message: The are no next talks today
current_talks_handler: current
current_talks_handler_description: Show the current talks
no_current_talks_message: The are no talks now
no_group_message: Please, talk to me directly (I don't response in groups)
select_room_message: Choose the room
enter_question_message: Write your question
sent_question_message: Your question was sent to
no_room_selected_message: Use /question to send a question to a room
rooms:
- chat_id: -123456789
name: Room A
- chat_id: -123456789
name: Room B
schedule:
- room: Room A
talks:
- start: 1575552600
duration: 60
name: name of the talk
speaker: name of the speaker
- start: 1575554400
duration: 30
name: name of the talk
speaker: name of the speaker
- room: Room B
talks:
- start: 1575552600
duration: 30
name: name of the talk
speaker: name of the speaker
- start: 1575554400
duration: 60
name: name of the talk
speaker: name of the speaker