diff --git a/updates.go b/updates.go index 8728657..c6cc209 100644 --- a/updates.go +++ b/updates.go @@ -110,7 +110,7 @@ type ( } // UpdatesChannel represents channel for incoming updates. - UpdatesChannel chan<- *Update + UpdatesChannel chan *Update ) // GetUpdates receive incoming updates using long polling. An Array of Update objects is returned.