using Telegram.Bot.Types; using West.TelegramBot.ContentStore.Model; namespace West.TelegramBot.ContentStore.Service; public interface IRandomMediaService { public Task GetRandomMediaAsync(); }