You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get_wallet_info - TotalCoins : int -> float
get_chat_threads - LastMessageSummary.MediaType : string -> int
get_from_code - root json element not set to "linkInfoV2" on deserialization
The text was updated successfully, but these errors were encountered:
[ # ] 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
get_wallet_info - TotalCoins : int -> float
get_chat_threads - LastMessageSummary.MediaType : string -> int
get_from_code - root json element not set to "linkInfoV2" on deserialization
The text was updated successfully, but these errors were encountered: