Poulad Ashrafpour
Poulad Ashrafpour
### Features: wit.ai #### User's timezone When user chooses an agency, take the point in the center of that agency's boundaries and find the timezone for that.
In bus predictions, when time is less than a minute, bot sends `0 minute`. It should be `now` instead.
`/start` command has no action when user has created his profile.
If user sends a location for bus predictions outside of the agency's boundaries, do not accept it.
We can use new and high performance JSON serialization `System.Text.Json` package. Faster serialization/deserialization of request and response data structures is the main reason for this suggestion. There are a few...
What do you think would be good to implement here? Let's discuss and prioritize them to see what is going to be in the next release.
### Feature Request Proprty on IBotClient to retry requests that fail due to throttling on tg server (429 too many requests). Could be ```c# myrequest.RetryOptions = new RetryOptions(count: 3, everySecs:...
## Bug Report Property `Message.Date` might not exist for the old callback query updates. [See the `update.callback_query.message` descriptions]( https://core.telegram.org/bots/api#callbackquery). https://github.com/TelegramBots/Telegram.Bot/blob/85134a4b5f09de4bef4306aa44d708c202b31f31/src/Telegram.Bot/Types/Message.cs#L34-L36 > Note that I don't have a real old callback...
### Feature Request Implicit convertors for input files. - `InputFileStream` => `InputTelegramFile` - `InputFileStream` => `InputOnlineFile` - `InputTelgramFile` => `InputOnlineFile`
There are various dev envs that we use. In order to have consistency through our code, I suggest using [EditorConfig](http://editorconfig.org/). @Tuscen suggests