End Text

Adding Custom Text to the End of Messages

What It Does

The /end_text command allows you to append custom text at the end of every incoming message before it is forwarded to the target chat.

Prerequisite

  • Incoming and Outgoing Chats Configured: Make sure both incoming and outgoing chats are set up using the /incoming and /outgoing commands. Without these, there will be no messages to modify and forward.

How to Use It

  • Send the command in the following format: /end_text Your custom text here Example: /end_text Follow @mychannel This will add "Follow @mychannel" to the end of every message.

  • Take care of spacing: The command doesn't automatically insert spaces, so include them if needed. Example: If the message is "Buy this movie.", the forwarded message will appear as: "Buy this movie.Follow @mychannel" To include a space, use: /end_text Follow @mychannel (with a space at the beginning).

    custom text at the end of every incoming message before it is forwarded to the target chat
  • Adding a line break: Use \n to add a line break between the message and the custom text. Example: /end_text \nFollow @mychannel

    begin text with Adding a line break
  • Resetting the text: To remove the custom text and stop appending it to messages, simply send: /end_text EMPTY


Real-Life Use Cases

  • Channel Promotion: Add a call-to-action like "Follow @mychannel" to the end of every forwarded message to increase channel engagement.

  • Brand Messaging: Append your brand's slogan, such as "Shop Now at www.example.com", at the end of each message.

  • Important Notices: Add reminders like "For support, visit our website." to ensure recipients receive critical information with every message.

Last updated