After client.files_upload
, message.file.size != message.file["size"]
#294
Labels
client.files_upload
, message.file.size != message.file["size"]
#294
message.file.size
is then different frommessage.file["size"]
. The latter is both what is shown when printingmessage.file
to the console, and appears to be the actual size of the file. Not sure what the former actually is.What's going on? Should this be what's going on?
The text was updated successfully, but these errors were encountered: