more comments on things
This commit is contained in:
parent
07072ebce7
commit
90c48448d2
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
package tgbotapi
|
||||
|
||||
// Returns a chan that is called whenever a new message is gotten.
|
||||
func (bot *BotApi) UpdatesChan(config UpdateConfig) (chan Update, error) {
|
||||
bot.Updates = make(chan Update, 100)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue