Skip to content

Commit

Permalink
Ошибка определения разметки
Browse files Browse the repository at this point in the history
  • Loading branch information
DitriXNew authored and theshadowco committed Jul 13, 2018
1 parent 2b82f87 commit 176ba21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
Если ДополнительныеПараметры <> Неопределено
И
ДополнительныеПараметры.Свойство("ТипСообщения") Тогда
ТипСообщения = НРег(ДополнительныеПараметры.Свойство("ТипСообщения"));
ТипСообщения = НРег(ДополнительныеПараметры.ТипСообщения);
Если ТипСообщения = "html" Тогда
ПараметрыСообщения.Вставить("parse_mode", "html");
ИначеЕсли ТипСообщения = "markdown" или ТипСообщения = "md" Тогда
Expand Down

0 comments on commit 176ba21

Please sign in to comment.