правки
This commit is contained in:
@@ -114,7 +114,9 @@ class TelegramBotWriter(typing.Protocol):
|
||||
|
||||
async def edit_message_reply_markup(self, chat_id: int, message_id: int) -> None: ...
|
||||
|
||||
async def create_chat_invite_link(self, chat_id: int, requires_approval: bool = False) -> str: ...
|
||||
async def create_chat_invite_link(
|
||||
self, chat_id: int, requires_approval: bool = False, name: str | None = None
|
||||
) -> str: ...
|
||||
|
||||
|
||||
class JWTEncoder(typing.Protocol):
|
||||
|
||||
Reference in New Issue
Block a user