@@ -5,7 +5,7 @@ description:
55 methods for secure Telegram communication.
66---
77
8- # How to pay for Web3telegram
8+ # How to Pay for Web3Telegram
99
1010[ Web3Telegram] ( ../web3telegram ) dev tool offers secure, blockchain-based
1111communication by encrypting emails and protecting user privacy.
@@ -55,7 +55,7 @@ remaining balance is automatically deducted from your account.
5555For additional information on using xRLC for fallback payment in Web3Telegram,
5656refer to the ** Using xRLC with Web3Telegram** section.
5757
58- ### Step 4: Execute Web3Telegram's sendTelegram Function
58+ ### Step 4: Execute Web3Telegram's ` sendTelegram ` Function
5959
6060When using a voucher for payment, set the ` useVoucher ` parameter to ` true ` :
6161
@@ -79,7 +79,7 @@ const sendTelegram = await web3telegram.sendTelegram({
7979});
8080```
8181
82- ## Using xRlC for Web3Telegram
82+ ## Using xRLC for Web3Telegram
8383
8484If you choose to use xRLC to cover the computational cost of Web3Telegram (or if
8585you need to cover data access costs such as retrieving the recipient's Chat Id),
@@ -138,7 +138,7 @@ Use the command below to check your balance:
138138iexec .account .show ();
139139```
140140
141- ### Execute sendTelegram
141+ ### Execute ` sendTelegram `
142142
143143Set the ` useVoucher ` parameter to ` false ` when using Web3Telegram's sendTelegram
144144function to pay with xRLC:
0 commit comments