Retrieve the next unprocessed message from Telegram Saved Messages and present options for handling it.
Retrieves the next unprocessed message from Telegram Saved Messages and presents interactive handling options.
/plugin marketplace add witt3rd/claude-plugins/plugin install azkg@witt3rd-claude-pluginsRetrieve the next unprocessed message from Telegram Saved Messages and present options for handling it.
/telegram-next-message
.telegram_state.json to get the last processed message infoIf creating a note:
If skipping:
.telegram_state.json with this message's ID and dateIf stopping:
Always update .telegram_state.json after processing each message:
{
"last_processed_message_id": <message_id>,
"last_processed_date": "<ISO_date>",
"saved_messages_dialog_id": 264837327
}
mcp__plugin_telegram_telegram__read_messages - Fetch messagesRead - Read state fileWrite - Update state file