I got 3 group of users and configured web notification in chat but i want to separate chats for different groups. Is it possible to do it? can i add code like ?
<entry key='notificator.types'>telegram1,telegram2,...</entry>
<entry key='notificator.telegram1.key'>68...</entry>
<entry key='notificator.telegram2.key'>67...</entry>
<entry key='notificator.telegram1.chatId'>1002....</entry>
<entry key='notificator.telegram2.chatId'>1003....</entry>
Not possible. You would need to customize the code if you want to implement something like this.
I got 3 group of users and configured web notification in chat but i want to separate chats for different groups. Is it possible to do it? can i add code like ?
<entry key='notificator.types'>telegram1,telegram2,...</entry> <entry key='notificator.telegram1.key'>68...</entry> <entry key='notificator.telegram2.key'>67...</entry> <entry key='notificator.telegram1.chatId'>1002....</entry> <entry key='notificator.telegram2.chatId'>1003....</entry>