1
0
Fork 0

✏️ Fixed typo in updates channel direction

This commit is contained in:
Maxim Lebedev 2020-06-04 20:25:24 +05:00
parent 9b6fc1458a
commit de43f2736b
No known key found for this signature in database
GPG Key ID: F8978F46FF0FFA4F
1 changed files with 1 additions and 1 deletions

View File

@ -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.