-
Notifications
You must be signed in to change notification settings - Fork 5
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
Update to v7.0.0 #30
Update to v7.0.0 #30
Conversation
/// <summary> | ||
/// Point in time (Unix timestamp) when the chat was boosted | ||
/// </summary> | ||
public int AddDate { get; set; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to change all date types (int) to datetime? Because we can use the UnixDateTimeConverter?
Thank you for your library. You might already know this, but there is also a need to implement a MessageOriginConverter like
there is need proper mapping of the hidden_user type to the HiddenUser enum |
Add proper multi type class support for deserialization
# Conflicts: # src/UnitTests/RxTelegram.Bot.UnitTests.csproj
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
No description provided.