This post (sticker, poll or similar) has no web preview. Open in Telegram
- 🌚 7
- 👀 7
- 🍾 5
- 🥰 4
- ❤ 3
This post (sticker, poll or similar) has no web preview. Open in Telegram
/premium stop to Telegram Service Account to remove your premium for testing. (This is now restricted to certain users)Forwarded from Jãїиãм ⌘

Forwarded from Swiftgram

Do not show the time when you read a message
P.S. Stay tuned for the upcoming @Swiftgram update, if you know what I mean 😎Forwarded from TGBlogLeaks

"Privacy.Messages.Title" = "Messages";
"Privacy.Messages.SectionTitle" = "WHO CAN SEND ME MESSAGES?";
"Privacy.Messages.ValueEveryone" = "Everybody";
"Privacy.Messages.ValueContactsAndPremium" = "My Contacts and Premium Users";
"Privacy.Messages.SectionFooter" = "You can restrict incoming messages to only contacts and Premium users.";
"Privacy.Messages.PremiumInfoFooter" = "[What is Telegram Premium?]()";
"Privacy.Messages.PremiumToast.Title" = "Premium Required";
"Privacy.Messages.PremiumToast.Text" = "Subscribe to **Telegram Premium** to select this option";
"Privacy.Messages.PremiumToast.Action" = "Add";
"Settings.Privacy.Messages" = "Messages";
"Settings.Privacy.Messages.ValueEveryone" = "Everybody";
"Settings.Privacy.Messages.ValueContactsAndPremium" = "Contacts and Premium";

The Saved Messages section continues to be quietly updated. Gone is the previous format of reactions - now it's a bookmark form, and the user's avatar is no longer displayed next to it.
The section is increasingly becoming something more general than just a correspondence with yourself.

messages.GetSavedDialogs -> SAVED_DIALOGS_UNSUPPORTEDForwarded from News and Tips


(bw) Photo


updatePinnedSavedDialogs#686c85a6 flags:# order:flags.0?Vector<DialogPeer> = Update;
updateSavedDialogPinned#aeaf9e74 flags:# pinned:flags.0?true peer:DialogPeer = Update;
savedDialog#bd87cb6c flags:# pinned:flags.2?true peer:Peer top_message:int = SavedDialog;
messages.savedDialogs#f83ae221 dialogs:Vector<SavedDialog> messages:Vector<Message> chats:Vector<Chat> users:Vector<User> = messages.SavedDialogs;
messages.savedDialogsSlice#44ba9dd9 count:int dialogs:Vector<SavedDialog> messages:Vector<Message> chats:Vector<Chat> users:Vector<User> = messages.SavedDialogs;
messages.savedDialogsNotModified#c01f6fe8 count:int = messages.SavedDialogs;
messages.getSavedDialogs#5381d21a flags:# exclude_pinned:flags.0?true offset_date:int offset_id:int offset_peer:InputPeer limit:int hash:long = messages.SavedDialogs;
messages.getSavedHistory#3d9a414d peer:InputPeer offset_id:int offset_date:int add_offset:int limit:int max_id:int min_id:int hash:long = messages.Messages;
messages.getPinnedSavedDialogs#d63d94e0 = messages.SavedDialogs;
messages.toggleSavedDialogPin#ac81bbde flags:# pinned:flags.0?true peer:InputDialogPeer = Bool;
messages.reorderPinnedSavedDialogs#8b716587 flags:# force:flags.0?true order:Vector<InputDialogPeer> = Bool;
messageFwdHeader#4e4df4bb ... saved_out:flags.11?true saved_from_id:flags.8?Peer saved_from_name:flags.9?string saved_date:flags.10?int
messages.search#a7b4e929 ... saved_peer_id:flags.2?InputPeer
SavedMessagesController.getSavedMessagesDialogs()
