We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While working on #412 found that ForumTopicClosed and ForumTopicReopened always null as there is no additional information.
ForumTopicClosed
ForumTopicReopened
@bernard-ng can you take a glance?
The text was updated successfully, but these errors were encountered:
@BoShurik okay
yes for the moment there is no information in these classes as mentioned in telegram api 6.3, this is a special case
https://core.telegram.org/bots/api#forumtopicclosed https://core.telegram.org/bots/api#forumtopicreopened
ForumTopicReopened This object represents a service message about a forum topic reopened in the chat. Currently holds no information.
ForumTopicClosed This object represents a service message about a forum topic closed in the chat. Currently holds no information.
Sorry, something went wrong.
So it's not possible to handle those objects. Any workaround?
for the moment no idea, we'd have to consider this case, whether it's possible to have an empty json {} or instantiate a class that has no property
{}
I could look into this as soon as I've got a bit of time, and run some tests too.
No branches or pull requests
While working on #412 found that
ForumTopicClosed
andForumTopicReopened
always null as there is no additional information.@bernard-ng can you take a glance?
The text was updated successfully, but these errors were encountered: