### Для чего?
___
> [!Note]+ Что нам понадобится
> - Рабочий аккаунт в телеграме
> - Установленный плагин Telegram Sync

### Настраиваем
- Создаем токен
- Настраиваем плагин
	- Создаем заметку для входящих сообщений из Телеграма
	- Создаем шаблон для плагина Telegram Sync


> [!Note]+ Шаблон
> {{content}} 
>
> ___
> Дата: {{messageDate:YYYYMMDD}} | Время:{{messageTime:HH:mm:ss}}
> 
> {{url1:preview250}}

### Дополнительные опции

> [!TIP]-  Все переменные плагина с описанием
   > {{content}} - forwarded from + file content + message text
   > {{content:text}} - only message text
   > {{content:firstLine}} - first line of the message text
   > {{content:XX}} - XX characters of the message text
   > {{file}} - file content 
   > {{file:link}} - link to the file
   > {{voiceTranscript}} - transcribing voice(video notes!) to text (same limits as for Telegram Premium subscribers)
   > {{voiceTranscript:XX}} - XX symbols of transcribed voices (same limits as for Telegram Premium subscribers)
   > {{chat}} - link to the chat (bot / group / channel)
   > {{chatId}} - id of the chat (bot / group / channel)
   > {{topic}} - link to the topic (if the topic name displays incorrect, set the name manually using bot command "/topicName NAME")
   > {{topicId}} - head message id representing the topic
   > {{messageId}} - message id
   > {{replyMessageId}} - reply message id
   > {{user}} - link to the user who sent the message
   > {{userId}} - id of the user who sent the message
   > {{forwardFrom}} - link to the forwarded message or its creator (user / channel)
   > {{messageDate:YYYYMMDD}} - date, when the message was sent
   > {{messageTime:HHmmss}} - time, when the message was sent
   > {{creationDate:YYYYMMDD}} - date, when the message was created
   > {{creationTime:HHmmss}} - time, when the message was created
   > {{url1}} - first url from the message
   > {{url1:previewYYY}} - first url preview with YYY pixels height (default 250)
   > {{replace:TEXT=>WITH}} - replace or delete text in resulting note
   
###    Итого