pluginsGLPI / telegrambot

Telegram Bot for GLPI
https://pluginsglpi.github.io/telegrambot/
GNU General Public License v3.0
39 stars 32 forks source link

Add Group ID to sent messages to group #30

Open sazanof opened 6 years ago

sazanof commented 6 years ago

Hello! It will be useful, if in glpi group setting (or some else) we can add an ID of group, where bot was included, like -1264758483 And notifications will be send once time to group with many users

kennedyrs commented 6 years ago

Will be a great feature!

glowsub commented 6 years ago

Really need this feature

andrelro commented 5 years ago

Yes, really need this feature.

guilhermestella commented 4 years ago

I did it by manually inserting the groupId in glpi_plugin_telegrambot_user.

qry$ insert into glpi_plugin_telegrambot_user values (-1001xxxxxxxx, 0, 'Example', NULL, '-1001xxxxxxxx', 'en', '2019-10-07 09:25:23','2019-10-07 09:25:23');

now i have a group and an user just for the telegram notifications.