Telegram.Bot
Telegram.Bot copied to clipboard
Bot API 7.0 (December 29, 2023)
Implements #1334
Got the ETA for this one?
Looking forward to be able to use Reactions! :)
Any idea when this will be released?
@CumpsD https://github.com/TelegramBots/Telegram.Bot/issues/1375
@CumpsD #1375
Thanks! Solved it by downloading the nupkg from releases and adding this to my csproj:
<PropertyGroup>
<RestoreSources>$(RestoreSources);../assets;https://api.nuget.org/v3/index.json</RestoreSources>
</PropertyGroup>
(nupkg is stored in folder assets
)