Update Telethon
This commit is contained in:
@@ -70,7 +70,6 @@ from telethon.tl.functions.channels import (
|
||||
InviteToChannelRequest,
|
||||
JoinChannelRequest,
|
||||
UpdateUsernameRequest,
|
||||
ViewSponsoredMessageRequest,
|
||||
)
|
||||
from telethon.tl.functions.messages import (
|
||||
AddChatUserRequest,
|
||||
@@ -87,6 +86,7 @@ from telethon.tl.functions.messages import (
|
||||
SetTypingRequest,
|
||||
UnpinAllMessagesRequest,
|
||||
UpdatePinnedMessageRequest,
|
||||
ViewSponsoredMessageRequest,
|
||||
)
|
||||
from telethon.tl.patched import Message, MessageService
|
||||
from telethon.tl.types import (
|
||||
|
||||
@@ -18,7 +18,7 @@ from __future__ import annotations
|
||||
import base64
|
||||
import html
|
||||
|
||||
from telethon.tl.functions.channels import GetSponsoredMessagesRequest
|
||||
from telethon.tl.functions.messages import GetSponsoredMessagesRequest
|
||||
from telethon.tl.types import Channel, InputChannel, PeerChannel, PeerUser, SponsoredMessage, User
|
||||
from telethon.tl.types.messages import SponsoredMessages, SponsoredMessagesEmpty
|
||||
|
||||
|
||||
Reference in New Issue
Block a user