Telegram Beta
38.7K subscribers
1.24K photos
209 videos
1.37K files
1.22K links
Much Telegram, much wow.

👥 @tgbetachat
📎 @tgfiles
📢 @katalogtelegram
🐦 twitter.com/TelegramBeta
Logo by @thedzko
Download Telegram
FAQ secret chat:

1. Lawan chat tidak harus ada di daftar kontak.
2. Lawan chat harus online saat pertama kali chat, setelah itu tidak harus online dalam waktu bersamaan.
3. Ada opsi timer self-destruct.
4. Jika salah satu menghapus pesan, maka di lawan chat juga akan terhapus.
5. Jika menghapus & exit percakapan (delete chat), percakapan di lawan chat tidak akan terhapus. Harus clear history dulu kalo memang mau hapus isi percakapan.
6. Di iOS masih bisa capture, di lawan akan muncul notif telah di-sreenshot. Di Android 5.0+ sudah tidak bisa capture kecuali di-bypass untuk user rooted menggunakan aplikasi ini.

#tips #secret #chat #secretchat
Forwarded from BotNews
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.
Forwarded from BotNews
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
Forwarded from BotNews
Bot API 6.5

Chat and User Selection
• Bots can now show a friendly interface that can be used to select any channel, group or user.
• Added the KeyboardButtonRequestUser and KeyboardButtonRequestChat keyboard buttons for private chats.
• Added support for "user_shared" and "chat_shared" service messages, which hold the identifiers of users and chats shared via the buttons.

Improved Permissions
• Added support for granular media permissions by replacing can_send_media_messages in ChatMemberRestricted and ChatPermissions with several separate fields for the respective media type.
• Added the parameter use_independent_chat_permissions to the methods restrictChatMember and setChatPermissions.


• Added the field user_chat_id to the class ChatJoinRequest.

• And more, see the full changelog for details:

https://core.telegram.org/bots/api-changelog#february-3-2023