Skip to content

Commit

Permalink
Fixed send_message for telegram
Browse files Browse the repository at this point in the history
  • Loading branch information
onuratakan committed Apr 23, 2024
1 parent 0ee7c49 commit 1d7d2a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tiger/tools/communication/telegram/as_user/send_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
from telethon.sync import TelegramClient


def send_message(number: str, message: str) -> str:
def send_message(number: int, message: str) -> str:
"""
:param number: str:
:param number: int:
:param message: str:
"""
Expand Down

0 comments on commit 1d7d2a1

Please sign in to comment.