Fix typos in comments

This commit is contained in:
Oleksandr Redko 2022-10-19 11:58:52 +03:00
parent 537c005643
commit fd903f8182
6 changed files with 7 additions and 7 deletions

View file

@ -74,8 +74,8 @@ mediaGroup := NewMediaGroup(ChatID, []interface{}{
})
```
A `MediaGroupConfig` stores all of the media in an array of interfaces. We now
have all of the data we need to upload, but how do we figure out field names for
A `MediaGroupConfig` stores all the media in an array of interfaces. We now
have all the data we need to upload, but how do we figure out field names for
uploads? We didn't specify `attach://unique-file` anywhere.
When the library goes to upload the files, it looks at the `params` and `files`