Results 2 issues of José Almeida

When I tried to send a file with 2.7GB it raised a arithmetic overflow. This fix arithmetic overflow when uploading files larger than 2147483647 bytes (Int32).

When I try to use `ctx.update.chats` with `master` branch I get the following error: ``` In src/main.cr:6:14 6 | ctx.update.chats do |chat| ^---- Error: instantiating 'Tourmaline::Update#chats()' In lib/tourmaline/src/tourmaline/types/custom/update.cr:72:12 72 |...