A spam block is quiet: messages to strangers stop arriving and nothing on the screen tells you why. A freeze is the opposite. The app says it in plain words, puts a date on it and gives you one button. That date is the part people miss, and it is the part that decides whether the account survives.
What does "Your account is frozen" mean?
Telegram's API documentation defines it in one line: accounts "can be frozen for serious violations of Telegram's ToS", and frozen accounts "are in read-only mode". The same page adds the consequence: frozen accounts "are deleted after a specific amount of time, unless an appeal is submitted and accepted".
In the official app the notice has three parts, and each one matters:
| What the app says | What it means in practice |
|---|---|
| Violation of Terms: "Your account was frozen for breaking Telegram's Terms and Conditions" | This is a moderation decision about the account, not a technical fault and not a limit you ran into |
| Read-Only Mode: "You can access your account but can't send messages or take actions" | You can log in and read, which is what lets you file the appeal from the same account |
| Appeal Before Deactivation: "Appeal via @SpamBot before [date], or your account will be deleted" | There is a deadline, the app shows the exact date, and doing nothing is also a decision |
Telegram publishes no standard term for the freeze. The only number you can trust is the date on your own screen.
Frozen, spam block or banned number: what is the difference?
The three get mixed up all the time, and the right move is different in each case.
| State | What you see | Does it end on its own | Where you appeal |
|---|---|---|---|
| Spam block | Messages to strangers do not arrive, chats with contacts work | Usually yes, Telegram's spam FAQ talks about "a few days or so" for a first offence | @SpamBot |
| Frozen account | "Your account is frozen", read-only mode, a deletion date | No, it ends in deletion unless the appeal is accepted | @SpamBot, through the "Submit an Appeal" button |
| Banned phone number | "This phone number is banned" at login, you cannot get in at all | No | Email to recover@telegram.org |
Spam blocks and banned numbers are covered in detail in why Telegram bans accounts. The rest of this page is about the middle row.
What still works on a frozen account?
Reading. You can open the app, see your chats and find the people you were talking to. Sending, joining and most other actions are closed.
If you work through the API, you will meet the freeze as an error before you see any notice. FROZEN_METHOD_INVALID (code 420) means the method is closed to frozen accounts altogether. FROZEN_PARTICIPANT_MISSING (code 400) means the method is allowed but that particular chat or user is not reachable from a frozen account. After the first of these errors the app configuration starts returning three fields: when the account was frozen, when it will be deleted and the address of the appeal form.
How do you appeal a frozen Telegram account?
- Open the notice and find the date. Everything else is planned backwards from it.
- Press "Submit an Appeal". It leads to @SpamBot, Telegram's official bot. Appeal from the frozen account itself: read-only mode still lets you talk to the bot. How the conversation with it goes is in the @SpamBot guide.
- Answer the questions plainly. What the account is used for, who you write to, where those contacts come from.
- Send it once. Ten identical appeals do not speed anything up.
- Wait, and do not run the same activity from other accounts meanwhile. If the cause was the way you send, repeating it next door is the fastest way to lose the appeal.
What should you write in the appeal?
Write what a moderator can check. "I did nothing wrong" is not checkable. "This account belongs to a sales manager at our company, we write to people who left a request on our site, here is the site" is.
If there really was a problem, say so and say what changed: the list was cleaned, the volume was cut, the wording was rewritten. Do not invent a story. Moderators read a lot of invented stories.
What happens if you miss the deadline?
The account is deleted. The documentation does not mention a second window or a late appeal, so treat the date in the app as final. If the account matters, file the appeal on the day you see the notice, not in the last week.
For outreach teams: what one frozen account does to a campaign
For a single person a freeze is a personal problem. For a team it is an operational one: the leads that account was talking to are in the middle of a sequence, and the person who replied yesterday gets silence today.
Two things decide how much it hurts:
- Where the conversations live. If replies exist only inside that Telegram account, read-only mode still lets you read them, but nobody can answer. If they sit in a shared inbox and CRM, another account picks up the conversation with the full history.
- Whether there is a reserve. A pool with no spare capacity turns one freeze into a stopped campaign.
How do you lower the risk of a freeze?
Telegram does not publish thresholds for freezes, so nobody can honestly promise you a safe number. What can be said is where the complaints come from, and that is the same place as with spam blocks: people who did not expect your message and did not need it.
- Write to a relevant audience. The list decides more than any setting.
- Warm up new accounts before they send anything. There is a 21-day warm-up plan with limits by day.
- Keep a daily limit and pauses between messages, and keep copy varied.
- Check @SpamBot on a schedule. A spam block is an early signal. Treat it as a reason to stop and fix the cause, not as an obstacle to push through.
How this works in Meliora
- Risk Score 0-100 per account, computed from behaviour. Under 30 the account works, 30-60 sends it back to warm-up, above that it stops.
- Scheduled @SpamBot checks, so a restriction is seen the same day, not a week later.
- Shared inbox and CRM: the conversation belongs to the team, not to one account.
- Touches move to a backup account when one stops, so a lead in the middle of a sequence still gets an answer.
Frequently asked questions
Is a frozen account the same as a banned one?
No. A frozen account still lets you log in and read, and it comes with an appeal deadline. With a banned phone number you cannot log in at all, and the appeal goes by email rather than through @SpamBot.
Will the freeze lift on its own?
No. According to Telegram's documentation a frozen account is deleted after a set time unless an appeal is submitted and accepted. This is the main difference from a spam block, which usually does end by itself.
How long do I have to appeal?
Until the date shown in the freeze notice. Telegram does not publish a standard term, so the date in your own app is the only reliable one.
Can I read my chats while the account is frozen?
Yes. The notice itself says you can access the account but cannot send messages or take actions. Use that time to note the contacts and conversations you will need later.
What does FROZEN_METHOD_INVALID mean?
It is the error the Telegram API returns with code 420 when a frozen account calls a method that frozen accounts may not use. If your software shows it, open the official app on that account: the freeze notice and the appeal button will be there.