Add error code for sending videos in chat (#4741)

This commit is contained in:
OuYoung
2026-02-13 05:35:00 +08:00
committed by GitHub
parent 295c736360
commit 6e9bf1649f

View File

@@ -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
1 name codes description
530 FROZEN_PARTICIPANT_MISSING 400 Your account is frozen and can't access the chat
531 CHAT_SEND_VOICES_FORBIDDEN 403 You cannot send voices results in this chat
532 CHAT_SEND_PHOTOS_FORBIDDEN 403 You cannot send photos results in this chat
533 CHAT_SEND_VIDEOS_FORBIDDEN 403 You cannot send videos results in this Chat
534 CHAT_SEND_PLAIN_FORBIDDEN 403 You cannot send plain results in this chat