using West.TelegramBot.ContentStore.Model; namespace West.TelegramBot.ContentStore.API; public interface IKittiesApi { public Task GetKittiesImageAsync(string type); }