|
@ -1770,7 +1770,7 @@ class PartialMessage(Hashable): |
|
|
async def reply( |
|
|
async def reply( |
|
|
self, |
|
|
self, |
|
|
*, |
|
|
*, |
|
|
file: File = ...,g |
|
|
file: File = ..., |
|
|
view: LayoutView, |
|
|
view: LayoutView, |
|
|
delete_after: float = ..., |
|
|
delete_after: float = ..., |
|
|
nonce: Union[str, int] = ..., |
|
|
nonce: Union[str, int] = ..., |
|
|