appleGun22

Results 2 issues of appleGun22

I've tried two methods, `tgbotapi.FileID(file_id)` (wrong file type) , `tgbotapi.FileURL( bot.GetFileDirectURL(file_id) )` (wrong file identifier/HTTP URL specified) but they do not work, can I reupload the file without downloading it?

All of the methods which rely on the assumption of `len >= 1` use a safe `.unwrap()`. But why? using the `unsafe` version of `unwrap` would allow for guaranteed check...