=== Contact Form 7 + Telegram ===
Contributors: hokku
Donate link: https://www.paypal.me/hokku
Tags: contact form telegram,contact form 7,telegram
Requires at least: 3.0
Tested up to: 5.4
Requires PHP: 5.6
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This plugin allows to post CF7-messages to you through Telegram-bot. Just use shortcode [telegram] in your CF7-form.
== Description ==
This plugin allows to send Contact Form 7 messages to your Telegram-chat. For this you need to make several simple steps.
1. Create the Telegram-Bot and save the Bot-Token parameter on the settings page Contact Form 7 - CF7 Telegram or to WPFC7TG_BOT_TOKEN constant.
2. Paste the shortcode [telegram] in your contact form template for activate sending to Telegaram.
Now you can to add users or group to subscriber list.
To add a user send the /cf7tg_start comand to your bot.
To add a group add your bot to the group and send the /cf7tg_start comand to your group.
After this, you will see the requests on the Contact Form 7 - CF7 Telegram settings page.
= Hooks and constants =
Filter wpcf7tg_skip_tg.
Use for skipping sending message.
Filter wpcf7tg_markdown.
Use for customizing markdown tag set.
Constant WPFC7TG_BOT_TOKEN.
Use for define the bot token value in the programm files.
This plugin uses [API Telegram](https://core.telegram.org/api "Telegram docs") and makes remote HTTP-requests to Telegram servers for sending your notifications.
== Frequently Asked Questions ==
= How to create the Telegram-Bot? =
It is very simple. Please, follow to [official documentation](https://core.telegram.org/bots#3-how-do-i-create-a-bot "Telegram docs").
= What is Chat ID & how to get it? =
The Chat ID parameter is your Telegram-identifier. But this is not your phone number or Telegram-login (@xxxxxxxx).
You can see your Chat ID by typing anything to Telegram-Bot @wpcf7Bot.
== Changelog ==
= 0.7 =
* New interface recipient management
* Groups are supported
* WPCF7_ContactForm::prop( 'mail' ) instead WPCF7_ContactForm::$mail
* FIXED Depence parce_mode by use_html property
= 0.6.2 =
* Trim for CHAT_ID field elements added
= 0.6.1 =
* Markdown bug fixed
= 0.6 =
* Message to telegram now sends on wpcf7_before_send_mail hook instead wpcf7_mail_sent. It is more reliable way.
* wpcf7tg_skip_tg added.
* wpcf7tg_markdown added.
* WPFC7TG_BOT_TOKEN added.
* bugs fixed
= 0.5 =
* Markdown added