mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-09 13:29:47 +00:00
Address remaining uses of the Request suffix with raw API
This commit is contained in:
@@ -524,7 +524,7 @@ def action(
|
||||
raise ValueError('Cannot use {} as action'.format(action))
|
||||
|
||||
if isinstance(action, _tl.SendMessageCancelAction):
|
||||
# ``SetTypingRequest.resolve`` will get input peer of ``entity``.
|
||||
# ``SetTyping.resolve`` will get input peer of ``entity``.
|
||||
return self(_tl.fn.messages.SetTyping(
|
||||
entity, _tl.SendMessageCancelAction()))
|
||||
|
||||
|
Reference in New Issue
Block a user