UNPKG

1.64 kBMarkdownView Raw
1<!--
2This template includes three sections:
31. Bug reporting
42. Feature request
53. Question
6
7Please remove sections that do not apply to your issue
8-->
9
10
11
12<!--********************************************************************
13Reporting a Bug.
14*********************************************************************-->
15
16> Bug Report
17
18I have read:
19
20* [Usage information](https://github.com/yagop/node-telegram-bot-api/tree/master/doc/usage.md)
21* [Help information](https://github.com/yagop/node-telegram-bot-api/tree/master/doc/help.md)
22
23I am using the latest version of the library.
24
25### Expected Behavior
26
27<!-- Explain what you are trying to achieve -->
28
29### Actual Behavior
30
31<!-- Explain what happens, contrary to what you expected -->
32
33### Steps to reproduce the Behavior
34
35<!-- Explain how we can reproduce the bug -->
36
37
38
39<!--********************************************************************
40Feature Request.
41*********************************************************************-->
42
43> Feature Request
44
45I have:
46
47* searched for such a feature request (https://github.com/yagop/node-telegram-bot-api/labels/enhancement) and found none
48
49### Introduction
50
51<!-- Describe what value this feature would add, and in which use case,
52or scenario -->
53
54### Example
55
56<!-- A code snippet of how this feature would work, were it already
57implemented -->
58
59
60
61<!--********************************************************************
62Question.
63*********************************************************************-->
64
65> Question
66
67<!-- Ask your question here. Please be precise, adding as much detail
68as necessary. Also, add a code snippet(s) if possible. -->