mirror of
https://git.klmp200.net/ALFRED/ALFRED.git
synced 2025-05-24 12:51:16 +02:00
Add auto push notification on users when publish is used
This commit is contained in:
parent
dd7a39a158
commit
a8d8b6d69e
5 changed files with 166 additions and 26 deletions
|
@ -36,7 +36,7 @@ The publish module intend to be a "multi-pin" feature for chats, allowing users
|
|||
|
||||
### Publish
|
||||
|
||||
**Description** : Publish a message to Alfred for this group chat and sends this message via MP to every subscriber of the group chat. The message can then be retrieved using the *retrieve* command.
|
||||
**Description** : Publish a message to Alfred for this group chat and sends this message via MP to every subscriber of the group chat if the have not mutted it. The message can then be retrieved using the *retrieve* command.
|
||||
|
||||
**Usage location** : Group chat only
|
||||
|
||||
|
@ -44,8 +44,6 @@ The publish module intend to be a "multi-pin" feature for chats, allowing users
|
|||
|
||||
**Command syntax** : /publish
|
||||
|
||||
*note* : MP not implemented
|
||||
|
||||
### Unpublish
|
||||
|
||||
**Description** : Remove a published message from Alfred for this group chat
|
||||
|
@ -65,3 +63,12 @@ The publish module intend to be a "multi-pin" feature for chats, allowing users
|
|||
|
||||
**Command syntax** : /retrieve
|
||||
|
||||
### ToggleUpdates
|
||||
|
||||
**Description**: Activate/Deactivate automatic notifications from publish in the group chat where the command is used. By default, this is enabled.
|
||||
|
||||
**Usage location** : Group Chat
|
||||
|
||||
**Command syntax** : /toggleupdates
|
||||
|
||||
**note** : No notification can be send if the user has never done /registerprivate on a private chat with the bot, this is a limitation of the telegram bot API.
|
Loading…
Add table
Add a link
Reference in a new issue