Changeset 2718601
- Timestamp:
- 05/05/2022 12:15:52 PM (4 years ago)
- Location:
- bots-master
- Files:
-
- 2 edited
-
tags/1.0.0/README.txt (modified) (2 diffs)
-
trunk/README.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bots-master/tags/1.0.0/README.txt
r2718594 r2718601 69 69 == Code Usage == 70 70 71 ` 72 use WebXID\BotsMaster\ChatBot; 71 `use WebXID\BotsMaster\ChatBot; 73 72 use WebXID\BotsMaster\ChatBot\BotUser; 74 73 … … 85 84 ChatBot::factory($bot_user) 86 85 ->sendMessage('<b>Hello</b> world!'); // will send the message, if the plugin installed correctly 87 } 88 ` 86 }` 89 87 90 88 Please, check the Doc [https://core.telegram.org/bots/api#html-style](https://core.telegram.org/bots/api#html-style) to get allowed HTML tags -
bots-master/trunk/README.txt
r2718594 r2718601 2 2 Contributors: webxid 3 3 Donate link: https://bit.ly/3JSMitJ 4 Tags: telegram, bot, responder, messaging, mailing, chatbot, chat 4 Tags: telegram, bot, responder, messaging, mailing, chatbot, chat-bot, chat 5 5 Requires at least: 4.9 6 6 Tested up to: 5.9.2 … … 69 69 == Code Usage == 70 70 71 ` 72 use WebXID\BotsMaster\ChatBot; 71 `use WebXID\BotsMaster\ChatBot; 73 72 use WebXID\BotsMaster\ChatBot\BotUser; 74 73 … … 85 84 ChatBot::factory($bot_user) 86 85 ->sendMessage('<b>Hello</b> world!'); // will send the message, if the plugin installed correctly 87 } 88 ` 86 }` 89 87 90 88 Please, check the Doc [https://core.telegram.org/bots/api#html-style](https://core.telegram.org/bots/api#html-style) to get allowed HTML tags
Note: See TracChangeset
for help on using the changeset viewer.