Telegram.Bot icon indicating copy to clipboard operation
Telegram.Bot copied to clipboard

Bot API 7.0 (December 29, 2023)

Open karb0f0s opened this issue 1 year ago • 1 comments

Implements #1334

karb0f0s avatar Jan 03 '24 13:01 karb0f0s

Got the ETA for this one?

smetlov avatar Jan 30 '24 18:01 smetlov

Looking forward to be able to use Reactions! :)

CumpsD avatar Feb 27 '24 17:02 CumpsD

Any idea when this will be released?

CumpsD avatar May 19 '24 09:05 CumpsD

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

tuscen avatar May 20 '24 14:05 tuscen

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

CumpsD avatar May 20 '24 23:05 CumpsD