PlaguPoster/posts
InsanusMokrassar e24237beb3 update dependencies 2024-04-24 12:14:33 +06:00
..
gc preview adding of several sources chats 2024-02-15 20:21:48 +06:00
panel update dependencies 2024-04-24 12:14:33 +06:00
src update dependencies 2024-04-24 12:14:33 +06:00
README.md Create README.md 2022-09-11 14:35:22 +06:00
build.gradle Update build.gradle 2022-10-25 00:23:08 +06:00

README.md

Posts Plugin

Main plugin, which should be included in your config.

Plugin name

dev.inmo.plaguposter.posts.Plugin

Plugin config

{
    "posts": {
        "chats": {
            "targetChat": -1001234567890,
            "targetChat description": "Chat identifier where your posts should appear after publishing",
            "sourceChat": -1001234567890,
            "sourceChat description": "Chat identifier where your posts will be placed for polls and other management",
            "cacheChat": -1001234567890,
            "cacheChat description": "Chat identifier where your posts will be cached before the publishing to actualize content of posts"
        },
        "autoRemoveMessages": true,
        "autoRemoveMessages description": "If autoRemoveMessages is enabled, with dropping of posts all the post messages will be removed is possible",
        "deleteAfterPublishing": true,
        "deleteAfterPublishing description": "If deleteAfterPublishing is enabled, posts will be automatically dropped after publishing"
    }
}