mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-20 20:43:23 +00:00
2.4 KiB
2.4 KiB
title | description | layout | menu | ||||
---|---|---|---|---|---|---|---|
Module hilbish.messages | simplistic message passing | doc |
|
Introduction
The messages interface defines a way for Hilbish-integrated commands,
user config and other tasks to send notifications to alert the user.z
The hilbish.message
type is a table with the following keys:
title
(string): A title for the message notification.
text
(string): The contents of the message.
channel
(string): States the origin of the message, hilbish.*
is reserved for Hilbish tasks.
summary
(string): A short summary of the text
.
icon
(string): Unicode (preferably standard emoji) icon for the message notification
read
(boolean): Whether the full message has been read or not.