increase message chang size

This commit is contained in:
harold 2025-06-17 16:04:41 +05:00
parent d16293252f
commit a6a9f954c7

View File

@ -3,7 +3,7 @@ from enum import Enum
from telethon.types import Message, User, Chat, Channel
MESSAGE_CHANG_SIZE: int = 5
MESSAGE_CHANG_SIZE: int = 30
TELETHON_CHAT_TYPES = User | Chat | Channel