Skip to main content
  1. Docs/

Bot Commands

Learn more about all the Telegram Bot commands and features.

Subscribe to a feed #

Syntax: /sub <url>

Description: Subscribe to a feed.

Examples:

/sub https://example.com/feed

Unsubscribe from a feed #

Syntax: /unsub <url>

Description: Unsubscribe from a feed.

Examples:

/unsub https://example.com/feed

Unsubscribe from all feeds #

Syntax: /unsub_all

Description: Unsubscribe from all feeds in the chat.

List subscriptions in the current chat #

Syntax: /list

Description: List all subscribed feeds.

List subscriptions across all chats #

Syntax: /list_all

Description: List all subscribed feeds across all chats.

The result is a numbered list of feeds. You can use these numbers to move feeds between chats.

Move feeds between chats #

Syntax: /move <number> or /move <number>, <number>, ...

Description: Move feeds from other chats to the current chat.

Examples:

/list_all

Subscribed feeds:
1. https://example.com/feed1
2. https://example.com/feed2
3. https://example.com/feed3

/move 1, 2

Feeds moved successfully. New feed list for this chat:
1. https://example.com/feed1
2. https://example.com/feed2

Syntax: /link <url>

Description: Create an Octolink for a website. More info: Octolinks.

Help #

Syntax: /help

Description: Show help.