Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON value issues #43

Closed
FabioGaming opened this issue Jun 1, 2024 · 1 comment
Closed

JSON value issues #43

FabioGaming opened this issue Jun 1, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@FabioGaming
Copy link
Collaborator

FabioGaming commented Jun 1, 2024

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

@FabioGaming FabioGaming added the bug Something isn't working label Jun 1, 2024
FabioGaming added a commit that referenced this issue Jun 2, 2024
[ # ] 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
@FabioGaming
Copy link
Collaborator Author

fixed with #44
Availabe in Amino.NET 1.7.0-dev0.2.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant