tg-me.com/hashdev/416
Last Update:
.character {
transition-delay:
calc(sin((var(--index) / 12) * 45deg) * 0.475s);
}
#css #tip by jhey
.character {
transition-delay:
calc(sin((var(--index) / 12) * 45deg) * 0.475s);
}
.character {
transition-delay:
calc(sin((var(--index) / 12) * 45deg) * 0.475s);
}
BY Frontend Hash
Some messages arenβt supposed to last forever. There are some Telegram groups and conversations where itβs best if messages are automatically deleted in a day or a week. Hereβs how to auto-delete messages in any Telegram chat. You can enable the auto-delete feature on a per-chat basis. It works for both one-on-one conversations and group chats. Previously, you needed to use the Secret Chat feature to automatically delete messages after a set time. At the time of writing, you can choose to automatically delete messages after a day or a week. Telegram starts the timer once they are sent, not after they are read. This wonβt affect the messages that were sent before enabling the feature.
Frontend Hash from nl