From 6e9bf1649faefba38cf1433738157b72b73834b5 Mon Sep 17 00:00:00 2001 From: OuYoung <212045739+ouyooung@users.noreply.github.com> Date: Fri, 13 Feb 2026 05:35:00 +0800 Subject: [PATCH] Add error code for sending videos in chat (#4741) --- telethon_generator/data/errors.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/telethon_generator/data/errors.csv b/telethon_generator/data/errors.csv index 72464ed4..d6adb5cb 100644 --- a/telethon_generator/data/errors.csv +++ b/telethon_generator/data/errors.csv @@ -530,4 +530,5 @@ FROZEN_METHOD_INVALID,420,You tried to use a method that is not available for fr FROZEN_PARTICIPANT_MISSING,400,Your account is frozen and can't access the chat CHAT_SEND_VOICES_FORBIDDEN,403,You cannot send voices results in this chat CHAT_SEND_PHOTOS_FORBIDDEN,403,You cannot send photos results in this chat +CHAT_SEND_VIDEOS_FORBIDDEN,403,You cannot send videos results in this Chat CHAT_SEND_PLAIN_FORBIDDEN,403,You cannot send plain results in this chat