Package com.thepluginpeople.jemhod.api
Interface ITelegramNotificationUtils
public interface ITelegramNotificationUtils
Utility bean used to change Telegram notification mapping and post function options at notification time.
- 
Method Summary
Modifier and TypeMethodDescriptionvoidMarks the notification as inhibited so no message will be delivery.voidChanges the chat where the message will be sent. 
- 
Method Details
- 
setChat
Changes the chat where the message will be sent.- Parameters:
 chatIdOrName- the new chat name or id.
 - 
inhibitNotification
void inhibitNotification()Marks the notification as inhibited so no message will be delivery. 
 -