/
cat_dimson
/
telegram_integration
Обзор
Документация
Войти
/
cat_dimson
/
telegram_integration
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
src/main/java/com/integrationmessagers/telegram/services/TelegramServiceImpl.java
7 строк
178 B
Котик Дмитрий Степанович
init project. Каркас для работы с telegram
28 июн 2024, 11:35
28 июн 2024, 11:35
197f49c
Код
Авторство
О чём код?
package com.integrationmessagers.telegram.services; import org.springframework.stereotype.Component; @Component public class TelegramServiceImpl implements TelegramService { }