Salebot.ai
  • About
  • The basics: How to use Salebot.ai
    • The basics of using the editing software
    • Creating blocks and the types of them
    • Arrows (connections)
    • Quick actions
    • Buttons
    • Condition and Matching selection
    • Links to messengers
    • Blocks "not State"
    • The first message
    • Description of the fields in the Editor
    • How to make the bot not interrupt the dialogue with the client
    • Sending attachments. Tracking links.
    • Getting files from the user
    • Editing text message
    • Random answers in a bot
    • Built-in variables
    • Reservation and recovery
    • Free Videos to master Salebot
  • Administration
    • Custom Roles
    • Reservation and recovery
  • Messengers and chats
    • WhatsApp
    • Whatsapp Business API
    • Telegram
    • Viber
    • Facebook Messenger
    • Official Instagram
    • Online-chat on a site
    • Merging contacts from different messengers
  • Variables
    • Variables
    • Calculator
    • API in Calculator
    • Variable comparison
    • Working with Dates and Time
    • Working with Arrays and Dictionaries
    • List of Useful Regular Expressions
    • How to use variables
  • CRM
    • AmoCRM
    • Bitrix24
  • Working with API
    • The editing software's API
    • Integration with third-party APIs
  • Integrations
    • Payment systems
      • Capusta.space
      • Coinpayments
      • INXY Payments
      • Paypal
      • Payeer.trade
      • Paynow
      • Stripe
      • Telegram
      • Fondy
      • Wayforpay
      • WalletOne
    • InfoBusiness
      • MyOwnConference
      • WebinarGeek
    • Analytics
      • Roistat
      • Facebook Pixel
      • Google Analytics
    • Google Sheets
    • Google Tables
    • Google Calendar
    • Apix-Drive
    • SMS services
    • Sendpulse
    • QuizGO
    • Tilda
    • Linkrr
    • Vakas-Tools
  • Mailings
    • Pipelines
    • Manual mailings
    • Mailing list
    • Stop mailing
    • How to filter clients for mailing
    • Transferring the client base. Uploading Whatsapp numbers
  • To partners
    • How to transfer the project to the customer
  • How to...
    • FAQ
    • ...Create a simple chatbot
    • ...Transfer UTM-labels
    • ...Create a referral program
    • ...Create temporarily available content
    • ...Connect analytics counters and configuring conversions through GTM
    • ...Move clients to another block
    • ...Create personalized images
    • ...Create a menu in Telegram
    • ...Connect Telegram-pay
  • Payment Services
    • Page 1
  • Mini-landing
  • Special capabilities
    • Python programming
    • Generating a QR-code
    • Generating a barcode
    • Barcode recognition on an image
    • Using Google Sheets for mailings
    • Sending requests to messengers and email
    • Working with promo codes
  • Our services
    • Pricing
    • Training courses
  • Group 1
Powered by GitBook
On this page
  • How to edit text in messengers
  • How to edit in Telegram
  • How to edit text in Viber
  • How to edit text in Whatsapp and Facebook
  1. The basics: How to use Salebot.ai

Editing text message

How to make the text bold? How to make the text italics? How to move a string inside a variable?

PreviousGetting files from the userNextRandom answers in a bot

Last updated 3 years ago

How to edit text in messengers

How to edit in Telegram

To edit the text in the desired block, open the "Advanced settings" and switch "Markdown in Telegram":

If this block contains characters from the following: '_', '*', '[', ']', '(', ')', '~', ' `', '>', '#', '+', '-', '=', '|', '{', '}', '.', '!' Otherwise the message will not be sent at all.

It does not matter what part of the text you mark.

Example: Hello!\ Nice*to*see*you!

Text shielding is possible both manually and in the calculator using the function

txt = tg_escape(s)

The input is represented by s - a string with the source code.

The output in txt comes a line already with inserted locks in the desired places.

Example:

Next, mark the text you want:

To make the text bold, put asterisks on both sides: *here text*

For italics - bottom underline: _text_

Underlined text - two lower underscores on both sides: __text__

Strikethrough text - tilda on both sides of the text: ~text~

Text as code - on both sides of the text put inverse apostrophe: ̇inline fixed-width code™

Example:

How to edit text in Viber

Text markup does not work in Viber:

!!!!!!

How to edit text in Whatsapp and Facebook

Whatsapp and Messenger Facebook support bold text with * and _:

!!!!

!!!!

!!!!

Reference in text: [text in square brackets] (reference in parentheses)

Reference to TG user: [text in square brackets](reference to user in parentheses). In the link after the sign you can use #{platform_id}

inline URL
inline mention of a user