TelegramBots / Telegram.Bot

.NET Client for Telegram Bot API
https://telegrambots.github.io/book
MIT License
3.07k stars 677 forks source link

Bot API 7.0 and 7.1 #1335

Closed karb0f0s closed 3 months ago

karb0f0s commented 5 months ago

Implements #1334

smetlov commented 4 months ago

Got the ETA for this one?

CumpsD commented 3 months ago

Looking forward to be able to use Reactions! :)

CumpsD commented 3 weeks ago

Any idea when this will be released?

tuscen commented 3 weeks ago

@CumpsD https://github.com/TelegramBots/Telegram.Bot/issues/1375

CumpsD commented 3 weeks ago

@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)