Get Mystery Box with random crypto!

BotNews

Logo of telegram channel botnews — BotNews B
Logo of telegram channel botnews — BotNews
Channel address: @botnews
Categories: Telegram
Language: English
Subscribers: 91.13K
Description from channel

The official source for news about the Telegram Bot API. https://core.telegram.org/bots

Ratings & Reviews

3.00

2 reviews

Reviews can be left only by registered users. All reviews are moderated by admins.

5 stars

0

4 stars

0

3 stars

2

2 stars

0

1 stars

0


The latest Messages 2

2022-12-30 15:58:51 Bot API 6.4

Forums
• Bots can now open, close, edit and toggle the visibility of the General Topic.
• Added support for new service messages, like ForumTopicEdited, GeneralForumTopicHidden and more.
• The method sendChatAction can now send actions to any thread or topic via the message_thread_id parameter.

Spoilers
• Added spoiler detection via the new has_media_spoiler field in the Message class.
• Bots can send media covered by a spoiler animation via the has_spoiler field in sendPhoto, sendVideo and sendAnimation.

Web Apps
• Added a native QR scanner popup, controllable via showScanQrPopup and closeScanQrPopup.
• Web Apps launched from the attachment menu can request clipboard text via readTextFromClipboard.
• Added a platform field, showing which platform the web app is being used on.

General
• Added the is_persistent field, to keep ReplyKeyboards open by default.


• And more, see the full changelog for details:

https://core.telegram.org/bots/api-changelog#december-30-2022
189.7K viewsedited  12:58
Open / Comment
2022-11-05 15:39:33 Bot API 6.3

Topics

Bots now support Topics in Groups.
Added the fields is_forum and is_topic_message to Chat and Message respectively.
Bots can send messages to a topic via the new message_thread_id parameter.
Added service messages about new, closed and reopened topics, each with an optional field in Message.
Bots can now create, close, edit and delete topics.
Added chat member permissions for topic management, see can_manage_topics as a field in all relevant classes and as a parameter in promoteChatMember.

Multiple Usernames and Emoji Status
Multiple Usernames are listed by the active_usernames field in the Chat class.
Custom user statuses are now shown in the emoji_status_custom_emoji_id field returned from getChat.

• And more, see the full changelog for details:

https://core.telegram.org/bots/api-changelog#november-5-2022
139.9K views12:39
Open / Comment
2022-10-20 16:49:43 General Documentation about Bots Updated!

• Introduction for Developers
Shows how bots can bring any idea to life – replacing websites, creating shops, automating tasks and integrating services.

• Telegram Bot Features
Explains bot features in depth with tips, quick-start guides and cheat sheets on all possible inputs, interfaces, commands and more.

• Tutorial: From BotFather to ‘Hello World’
Teaches how to build your own bot with a step-by-step tutorial – and explores advanced topics like improving logic and navigation.

Check out the new docs to find more tips, features and ideas for your next project.
110.4K views13:49
Open / Comment
2022-08-29 16:38:51 New payment provider added:

• Paykassma

More about bot payments:
https://core.telegram.org/bots/payments
14.3K viewsedited  13:38
Open / Comment
2022-08-12 17:29:11 Bot API 6.2

Custom Emoji
Bots can identify custom emoji sent by Telegram Premium users via the new type "custom_emoji" and field custom_emoji_id added to the MessageEntity class.
Added the method getCustomEmojiStickers to obtain information about specific emoji.
Added the fields type and custom_emoji_id to the Sticker class.
Added sticker_type as a new field for StickerSet and as a new parameter for createNewStickerSet.

Web Apps
Implemented support for native dialog windows including alerts, popups with custom buttons and confirmation messages.
A confirmation dialog can now be shown when users close the web app. The dialog can be toggled via the enableClosingConfirmation and disableClosingConfirmation functions.
Added the field is_premium to the WebAppUser class — the standard User class already included this field, see version 6.1.

Added has_restricted_voice_and_video_messages to the Chat class to support the new premium setting.

And more, see the full changelog for details:

https://core.telegram.org/bots/api-changelog#august-12-2022

Note: The documentation for createNewStickerSet and StickerSet no longer mentions the contains_masks parameter and field respectively. In both instances, contains_masks will continue to work for backward compatibility but developers should use sticker_type instead.
32.5K views14:29
Open / Comment
2022-06-21 12:09:29 Bot API 6.1

Telegram Premium
To support 4GB files uploaded by premium accounts, file_size in most media classes can no longer be stored in a signed 32-bit integer type.
Bots can now distinguish premium Users and Stickers with the new respective fields is_premium and premium_animation.

Web Apps
• Added several methods and fields to the class WebApp to handle API version, additional colors, haptic feedback and more.
• Added the events backButtonClicked, settingsButtonClicked and invoiceClosed.
• Updated ThemeParams, MainButton and WebAppInitData with new fields and methods.

Groups, Payments and Attachment Menu
• Bots can now process join requests created without an invite link – they will still receive a chat_join_request update.
• HTTP links for invoices can be generated with the new createInvoiceLink method.
• Bots can now detect when a user added them to their attachment menu via the new added_to_attachment_menu field. Integrated bots can now also be used in groups, supergroups and channels.

• Check that your bot's webhook was set by you with the new secret_token parameter.

• And more, see the full changelog for details:

https://core.telegram.org/bots/api-changelog#june-20-2022

Warning: Only HTTPS links are now allowed in login_url.
27.7K viewsedited  09:09
Open / Comment
2022-06-14 19:14:49 As of the next update, it will no longer be possible to store the value of file_size fields in a signed 32-bit integer type. This change is necessary to support 4GB files which some users will be able to upload. We expect this update to arrive in June 2022.
14.6K views16:14
Open / Comment
2022-05-27 19:07:44 New payment providers added:

• Unlimint
• ipay88

More about bot payments:
https://core.telegram.org/bots/payments
12.4K views16:07
Open / Comment
2022-05-09 11:19:01 New payment providers added:

• Smart Glocal
• Bank 131

More about bot payments:
https://core.telegram.org/bots/payments
26.0K views08:19
Open / Comment
2022-04-16 18:29:41 Bot API 6.0

• Added support for Web Apps.
• KeyboardButton and InlineKeyboardButton can now be used to launch Web Apps.
• Added control over the bot's menu button via setChatMenuButton and getChatMenuButton.
• Added control over the bot's default admin rights via setMyDefaultAdministratorRights and getMyDefaultAdministratorRights.
• Added support for t.me links to add bots as admins.

• And more, see the full changelog for details:

https://core.telegram.org/bots/api-changelog#april-16-2022

Warning: After the next update, login_url will only allow HTTPS links.
22.8K views15:29
Open / Comment