karb0f0s
karb0f0s
Please follow [issue template](https://github.com/TelegramBots/Telegram.Bot/blob/master/.github/ISSUE_TEMPLATE/Bug_report.md) If you want to chat, feel free to join our [group](https://t.me/tgbots_dotnet).
Since `Update` type lacks determinator field out of the box, it would require a custom serializer, which should decide which type of update we process. This might lead to increased...
> Если боту переслать сообщение из чата между двумя пользователями (для теста я пересылал своё отправленное сообщение), то бот словит сообщение, в котором ForwardFromMessageId = 0, таким образом если отправить...
I do agree that all `SendXXXAsync()` methods would benefit from this approach. But there are few cases, where file name should not be mandatory: - a `certificate` parameter in `setWebhook`...
I did some changes in `InputFile` type hierarchy to align it with the Bot API: https://github.com/TelegramBots/Telegram.Bot/tree/karb0f0s/input_file
I don't really like the idea of passing `null` around. Giving this whole issue some though it seems that the only method that actually requires file extension is SendDocument. For...
As @pouladpld mentioned once - tests require explicit type specification instead of `var` declaration. So it should be separate configuration for these cases.
could be a good example of setting codestyle https://github.com/TelegramBots/Telegram.Bot/blob/ff61b89527f493ee081a2161ff304d4941357d73/src/Telegram.Bot/Exceptions/ForbiddenExceptions/ChatNotInitiatedException.cs#L13 vs https://github.com/TelegramBots/Telegram.Bot/blob/ff61b89527f493ee081a2161ff304d4941357d73/src/Telegram.Bot/Exceptions/BadRequestExceptions/BotBlockedException.cs#L12 single line vs multiline. braces on same line vs braces on single line
Please provide minimal reproducible example of what you expect to achieve there. For further discussion I suggest you to join our telegram group https://t.me/joinchat/B35YY0QbLfd034CFnvCtCA.
According to the official documentation for [sendInvoice provider_data parameter](https://core.telegram.org/bots/api#sendinvoice) `provider_data` is _a JSON-serialized data about the invoice, which will be shared with the payment provider. A detailed description of required...