Mohsen Ra

Results 16 comments of Mohsen Ra

![image](https://user-images.githubusercontent.com/93778317/187853078-db45082b-be21-4bc8-a264-3add9bff8590.png) It's not only flags and there are a few more emojis behaving like this.

The same is still here from windows 11, I've seen putty or OpenSSH and others ask permission from windows firewall to do this with "Accept local connections only" unmarked (perhaps...

Hi, as the error says there is some another getUpdate requests that making this conflict; you can revoke your bot token in the last shot to get rid of it.

The `getUpdateType(): Return value must be of type string, null returned`, refers to an **unsupported update type**. There is a temporary solution to get these updates and get rid of...

Hello, I have very same problem but it comes from nowhere! there is no new messages that cause this and i guess maybe just because the response of the get...

![image](https://user-images.githubusercontent.com/93778317/165322651-ad19d12d-ab39-48c4-b910-f9259176023a.png) I did find one of them! by placing var_dump before mapping. [ChatJoinRequest](https://core.telegram.org/bots/api#chatjoinrequest) That came on from [Bot API 5.4](https://core.telegram.org/bots/api-changelog#november-5-2021)

![image](https://user-images.githubusercontent.com/93778317/165327192-54541f83-8914-4d94-968f-4e69ba8d185d.png) Another one from [ChatMemberUpdated](https://core.telegram.org/bots/api#chatmemberupdated) introduced in [Bot API 5.1](https://core.telegram.org/bots/api-changelog#march-9-2021)

So it's not about the new not managed update types(since they are imported already), we need to have custom listeners for each one of the update types or at least...

Its looks like that I guess you have delayed or bad internet connection. Also there is time limit for answering the cbquery after inline button is pressed so if you...

Yes, but it's only one aspect and way to do it despite the features that the listener provides. Imagine an inline menu that has those products in and when the...