TelegramBots / Telegram.Bot.Examples

Examples for the Telegram.Bot C# Library
MIT License
630 stars 289 forks source link

Code Rube: WebhookAddress changed to webhookAddress #525

Closed SardorSohinazarov closed 7 months ago

SardorSohinazarov commented 8 months ago

before _logger.LogInformation("Setting webhook: {WebhookAddress}", webhookAddress);

after _logger.LogInformation("Setting webhook: {webhookAddress}", webhookAddress);