telegrambot
telegrambot copied to clipboard
Add Group ID to sent messages to group
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
Will be a great feature!
Really need this feature
Yes, really need this feature.
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.