ivk1800 / tdlib-dart

MIT License
19 stars 12 forks source link

Crash in UpdateInstalledStickerSets #14

Open cliftonlabrum opened 8 months ago

cliftonlabrum commented 8 months ago

There is a crash occurring on this line: https://github.com/ivk1800/tdlib-dart/blob/1a00bae29acfed18437309904db031786aed5e53/lib/src/api/objects/update_installed_sticker_sets.dart#L29

Exception has occurred.
_TypeError (type 'String' is not a subtype of type 'int')

It looks like the API is returning a list of String numbers, and not ints:

crash

Is this a core TDLib bug? Or a bug in this library? I'm not entirely sure.

Thank you! 😊