Skip to content

Commit

Permalink
deploy: 6e681c8
Browse files Browse the repository at this point in the history
  • Loading branch information
ark0f committed Feb 26, 2024
1 parent 3764a71 commit f1ace42
Show file tree
Hide file tree
Showing 10 changed files with 19,006 additions and 32 deletions.
90 changes: 60 additions & 30 deletions custom.json
Original file line number Diff line number Diff line change
Expand Up @@ -6158,13 +6158,15 @@
"name": "is_premium",
"description": "*Optional*. *True*, if this user is a Telegram Premium user",
"required": false,
"type": "bool"
"type": "bool",
"default": true
},
{
"name": "added_to_attachment_menu",
"description": "*Optional*. *True*, if this user added the bot to the attachment menu",
"required": false,
"type": "bool"
"type": "bool",
"default": true
},
{
"name": "can_join_groups",
Expand Down Expand Up @@ -6238,7 +6240,8 @@
"name": "is_forum",
"description": "*Optional*. *True*, if the supergroup chat is a forum (has [topics](https://telegram.org/blog/topics-in-groups-collectible-usernames#topics-in-groups) enabled)",
"required": false,
"type": "bool"
"type": "bool",
"default": true
},
{
"name": "photo",
Expand Down Expand Up @@ -6312,25 +6315,29 @@
"name": "has_private_forwards",
"description": "*Optional*. *True*, if privacy settings of the other party in the private chat allows to use `tg://user?id=<user_id>` links only in chats with the user. Returned only in [getChat](https://core.telegram.org/bots/api/#getchat).",
"required": false,
"type": "bool"
"type": "bool",
"default": true
},
{
"name": "has_restricted_voice_and_video_messages",
"description": "*Optional*. *True*, if the privacy settings of the other party restrict sending voice and video note messages in the private chat. Returned only in [getChat](https://core.telegram.org/bots/api/#getchat).",
"required": false,
"type": "bool"
"type": "bool",
"default": true
},
{
"name": "join_to_send_messages",
"description": "*Optional*. *True*, if users need to join the supergroup before they can send messages. Returned only in [getChat](https://core.telegram.org/bots/api/#getchat).",
"required": false,
"type": "bool"
"type": "bool",
"default": true
},
{
"name": "join_by_request",
"description": "*Optional*. *True*, if all users directly joining the supergroup need to be approved by supergroup administrators. Returned only in [getChat](https://core.telegram.org/bots/api/#getchat).",
"required": false,
"type": "bool"
"type": "bool",
"default": true
},
{
"name": "description",
Expand Down Expand Up @@ -6380,25 +6387,29 @@
"name": "has_aggressive_anti_spam_enabled",
"description": "*Optional*. *True*, if aggressive anti-spam checks are enabled in the supergroup. The field is only available to chat administrators. Returned only in [getChat](https://core.telegram.org/bots/api/#getchat).",
"required": false,
"type": "bool"
"type": "bool",
"default": true
},
{
"name": "has_hidden_members",
"description": "*Optional*. *True*, if non-administrators can only get the list of bots and administrators in the chat. Returned only in [getChat](https://core.telegram.org/bots/api/#getchat).",
"required": false,
"type": "bool"
"type": "bool",
"default": true
},
{
"name": "has_protected_content",
"description": "*Optional*. *True*, if messages from the chat can't be forwarded to other chats. Returned only in [getChat](https://core.telegram.org/bots/api/#getchat).",
"required": false,
"type": "bool"
"type": "bool",
"default": true
},
{
"name": "has_visible_history",
"description": "*Optional*. *True*, if new chat members will have access to old messages; available only to chat administrators. Returned only in [getChat](https://core.telegram.org/bots/api/#getchat).",
"required": false,
"type": "bool"
"type": "bool",
"default": true
},
{
"name": "sticker_set_name",
Expand All @@ -6410,7 +6421,8 @@
"name": "can_set_sticker_set",
"description": "*Optional*. *True*, if the bot can change the group sticker set. Returned only in [getChat](https://core.telegram.org/bots/api/#getchat).",
"required": false,
"type": "bool"
"type": "bool",
"default": true
},
{
"name": "custom_emoji_sticker_set_name",
Expand Down Expand Up @@ -6495,13 +6507,15 @@
"name": "is_topic_message",
"description": "*Optional*. *True*, if the message is sent to a forum topic",
"required": false,
"type": "bool"
"type": "bool",
"default": true
},
{
"name": "is_automatic_forward",
"description": "*Optional*. *True*, if the message is a channel post that was automatically forwarded to the connected discussion group",
"required": false,
"type": "bool"
"type": "bool",
"default": true
},
{
"name": "reply_to_message",
Expand Down Expand Up @@ -6548,7 +6562,8 @@
"name": "has_protected_content",
"description": "*Optional*. *True*, if the message can't be forwarded",
"required": false,
"type": "bool"
"type": "bool",
"default": true
},
{
"name": "media_group_id",
Expand Down Expand Up @@ -6671,7 +6686,8 @@
"name": "has_media_spoiler",
"description": "*Optional*. *True*, if the message media is covered by a spoiler animation",
"required": false,
"type": "bool"
"type": "bool",
"default": true
},
{
"name": "contact",
Expand Down Expand Up @@ -6752,25 +6768,29 @@
"name": "delete_chat_photo",
"description": "*Optional*. Service message: the chat photo was deleted",
"required": false,
"type": "bool"
"type": "bool",
"default": true
},
{
"name": "group_chat_created",
"description": "*Optional*. Service message: the group has been created",
"required": false,
"type": "bool"
"type": "bool",
"default": true
},
{
"name": "supergroup_chat_created",
"description": "*Optional*. Service message: the supergroup has been created. This field can't be received in a message coming through updates, because bot can't be a member of a supergroup when it is created. It can only be found in reply\\_to\\_message if someone replies to a very first message in a directly created supergroup.",
"required": false,
"type": "bool"
"type": "bool",
"default": true
},
{
"name": "channel_chat_created",
"description": "*Optional*. Service message: the channel has been created. This field can't be received in a message coming through updates, because bot can't be a member of a channel when it is created. It can only be found in reply\\_to\\_message if someone replies to a very first message in a channel.",
"required": false,
"type": "bool"
"type": "bool",
"default": true
},
{
"name": "message_auto_delete_timer_changed",
Expand Down Expand Up @@ -7134,7 +7154,8 @@
"name": "is_manual",
"description": "*Optional*. True, if the quote was chosen manually by the message sender. Otherwise, the quote was added automatically by the server.",
"required": false,
"type": "bool"
"type": "bool",
"default": true
}
],
"documentation_link": "https://core.telegram.org/bots/api/#textquote"
Expand Down Expand Up @@ -7241,7 +7262,8 @@
"name": "has_media_spoiler",
"description": "*Optional*. *True*, if the message media is covered by a spoiler animation",
"required": false,
"type": "bool"
"type": "bool",
"default": true
},
{
"name": "contact",
Expand Down Expand Up @@ -8514,13 +8536,15 @@
"name": "only_new_members",
"description": "*Optional*. *True*, if only users who join the chats after the giveaway started should be eligible to win",
"required": false,
"type": "bool"
"type": "bool",
"default": true
},
{
"name": "has_public_winners",
"description": "*Optional*. *True*, if the list of giveaway winners will be visible to everyone",
"required": false,
"type": "bool"
"type": "bool",
"default": true
},
{
"name": "prize_description",
Expand Down Expand Up @@ -8608,13 +8632,15 @@
"name": "only_new_members",
"description": "*Optional*. *True*, if only users who had joined the chats after the giveaway started were eligible to win",
"required": false,
"type": "bool"
"type": "bool",
"default": true
},
{
"name": "was_refunded",
"description": "*Optional*. *True*, if the giveaway was canceled because the payment for it was refunded",
"required": false,
"type": "bool"
"type": "bool",
"default": true
},
{
"name": "prize_description",
Expand Down Expand Up @@ -8987,7 +9013,8 @@
"name": "remove_keyboard",
"description": "Requests clients to remove the custom keyboard (user will not be able to summon this keyboard; if you want to hide the keyboard from sight but keep it accessible, use *one\\_time\\_keyboard* in [ReplyKeyboardMarkup](https://core.telegram.org/bots/api/#replykeyboardmarkup))",
"required": true,
"type": "bool"
"type": "bool",
"default": true
},
{
"name": "selective",
Expand Down Expand Up @@ -9222,7 +9249,8 @@
"name": "force_reply",
"description": "Shows reply interface to the user, as if they manually selected the bot's message and tapped 'Reply'",
"required": true,
"type": "bool"
"type": "bool",
"default": true
},
{
"name": "input_field_placeholder",
Expand Down Expand Up @@ -10741,7 +10769,8 @@
"name": "is_unclaimed",
"description": "*Optional*. True, if the giveaway was completed, but there was no user to win the prize",
"required": false,
"type": "bool"
"type": "bool",
"default": true
}
],
"documentation_link": "https://core.telegram.org/bots/api/#chatboostsourcegiveaway"
Expand Down Expand Up @@ -11370,7 +11399,8 @@
"name": "needs_repainting",
"description": "*Optional*. *True*, if the sticker must be repainted to a text color in messages, the color of the Telegram Premium badge in emoji status, white color on chat photos, or another appropriate color in other places",
"required": false,
"type": "bool"
"type": "bool",
"default": true
},
{
"name": "file_size",
Expand Down
2 changes: 1 addition & 1 deletion custom.min.json

Large diffs are not rendered by default.

Loading

0 comments on commit f1ace42

Please sign in to comment.