TelegramBots / Telegram.Bot.Examples

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

Bug fix: Location null-check in message text. #505

Closed arvindd closed 10 months ago

arvindd commented 10 months ago

Location push had a bug where text was null instead of a "" (others had ""). This code now fixes that error.

karb0f0s commented 10 months ago

Thank you!