pillarion

Results 1 issues of pillarion

### Description ``` // GetUpdatesChan starts and returns a channel for getting updates. func (bot *BotAPI) GetUpdatesChan(config UpdateConfig) UpdatesChannel ... updates, err := bot.GetUpdates(config) if err != nil { log.Println(err)...