ivk1800 / tdlib-dart

MIT License
19 stars 12 forks source link

Null is assigning to bool #9

Closed JSBmanD closed 1 year ago

JSBmanD commented 1 year ago

json['is_personal'] is null and trying to be assigned to bool. Need to add null check but didn't find in docs what it should be by default. https://github.com/ivk1800/tdlib-dart/blob/19e811c145f003c80603dd0966ffaa786092a18d/lib/src/api/objects/profile_photo.dart#L52

JSBmanD commented 1 year ago

Sorry, was using old tdlib binary.