TelegramBots/Telegram.Bot.Examples

message.Text should be message.TextMessage

lunamonkey opened this issue · 1 comments

if (message == null || message.Type != MessageType.Text) return;

@lunamonkey You are not completely right. Examples reflect latest build of Telegram.Bot library, which is v14.x, and there was a change of this object's naming.