Comparing version 0.3.1 to 0.4.0
{ | ||
"name": "tgb", | ||
"version": "0.3.1", | ||
"version": "0.4.0", | ||
"description": "The best choice for your Telegram Bots", | ||
@@ -5,0 +5,0 @@ "homepage": "https://666.io", |
[![Codacy][cod_b]][cod_l] | ||
[![Bot API](https://img.shields.io/badge/Bot%20API-v.3.5-blue.svg)](https://core.telegram.org/bots/api) | ||
[![Bot API](https://img.shields.io/badge/Bot%20API-v.3.6-blue.svg)](https://core.telegram.org/bots/api) | ||
@@ -4,0 +4,0 @@ |
@@ -30,2 +30,3 @@ //----------------------------------------------------- | ||
["caption", "string", false], | ||
["parse_mode", "string", false], | ||
["disable_notification", "boolean", false], | ||
@@ -39,2 +40,3 @@ ["reply_to_message_id", "string", false], | ||
["caption", "string", false], | ||
["parse_mode", "string", false], | ||
["duration", "string", false], | ||
@@ -51,2 +53,3 @@ ["performer", "string", false], | ||
["caption", "string", false], | ||
["parse_mode", "string", false], | ||
["disable_notification", "boolean", false], | ||
@@ -63,2 +66,4 @@ ["reply_to_message_id", "string", false], | ||
["caption", "string", false], | ||
["parse_mode", "string", false], | ||
["supports_streaming", "boolean", false], | ||
["disable_notification", "boolean", false], | ||
@@ -72,2 +77,3 @@ ["reply_to_message_id", "string", false], | ||
["caption", "string", false], | ||
["parse_mode", "string", false], | ||
["duration", "string", false], | ||
@@ -373,2 +379,3 @@ ["disable_notification", "boolean", false], | ||
["caption", "string", false], | ||
["parse_mode", "string", false], | ||
["reply_markup", "json", false] | ||
@@ -375,0 +382,0 @@ ], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
87249
2210