mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
[core] add support of new bot api
This commit is contained in:
@@ -24,7 +24,7 @@ public class AnimBoobsService : IRandomMediaService
|
||||
public async Task<RandomMedia> GetRandomMediaAsync()
|
||||
{
|
||||
var fileName = await _httpClient.GetStringAsync("index.php");
|
||||
return new RandomMedia($"https://westdev.me/_boobs/media/{fileName}")
|
||||
return new RandomMedia(new InputFileUrl($"https://westdev.me/_boobs/media/{fileName}"))
|
||||
{
|
||||
Type = InputMediaType.Video
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user