Amino-NET-Group / Amino.NET

An unofficial C# wrapper around Aminos REST API based on Amino.py!
MIT License
11 stars 2 forks source link

fixed #43 #44

Closed FabioGaming closed 3 months ago

FabioGaming commented 3 months ago

[ # ] get_from_code & get_from_id now pass linkInfoV2 as root JSON key into the deserializer [ # ] LastMessageSummary.MediaType is now an int? instead of string [ # ] WalletInfo.TotalCoins is now a float? instead of int? because Amino API is weird (there literally is a totalCoinsFloat value????) [ # ] SubClient.send_activity_time now sends optInAdsFlags instead of OptInAdsFlags