diff --git a/README.md b/README.md index 62cbaf1..7b7faf2 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,21 @@ You can either use your own LNbits instance (recommended) or create an account a /lnurl ⚡️ Lnurl receive or pay: /lnurl or /lnurl ``` +### Inline commands +``` +send 💸 Send sats to chat: @LightningTipBot send [] +``` + +📖 You can use inline commands in every chat, even in private conversations. Wait a second after entering an inline command and click the result, don't press enter. + +### Inline send + +You can use inline commands to send payments to anyone who can read your messages, even inside private chats and group chat in which the bot isn't part of. For that, you need to trigger an [inline command](https://core.telegram.org/bots/inline). Here is how it works: Enter the name of the bot (`@LightningTipBot`) and the command you want to trigger (`send 13 Hi friend!`). When the result pops up above the text field, click it to send it to the chat. Do not press enter. + +

+ Send sats inside any chat, including private conversations and groups. +

+ ### Live tooltips The bot replies to a tipped message to indicate to all participants how many and what amount of tips a post has received. This tooltip will be updated as new tips are given to a post. @@ -92,6 +107,7 @@ The bot replies to a tipped message to indicate to all participants how many and How to set up a lnbits wallet and the User Manager extension.

+ ### LNURL server Users can send and receive via . For this to work, you need to set the `lnurl_public_server` in `config.yaml`. The bot will then host a LNURL endpoint at `.well-known/lnurlp/username` which handles the data exchange with other wallets. You can set `http_proxy` in `config.yaml` to send outbound requests only via an HTTP proxy. diff --git a/resources/inline_send.png b/resources/inline_send.png new file mode 100644 index 0000000..ebf9cac Binary files /dev/null and b/resources/inline_send.png differ