telegrambot icon indicating copy to clipboard operation
telegrambot copied to clipboard

Add Group ID to sent messages to group

Open sazanof opened this issue 6 years ago • 4 comments

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

sazanof avatar Jul 03 '18 14:07 sazanof

Will be a great feature!

kennedyrs avatar Jul 18 '18 15:07 kennedyrs

Really need this feature

glowsub avatar Aug 28 '18 16:08 glowsub

Yes, really need this feature.

andrelro avatar Sep 29 '18 22:09 andrelro

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.

guilhermestella avatar Oct 07 '19 15:10 guilhermestella