send file :param conversation_id: :param file: filebox instance
(self, conversation_id: str, file: FileBox
)
| 461 | return 'static-id' |
| 462 | |
| 463 | async def message_send_file(self, conversation_id: str, file: FileBox |
| 464 | ) -> str: |
| 465 | """ |
| 466 | send file |
| 467 | :param conversation_id: |
| 468 | :param file: filebox instance |
| 469 | """ |
| 470 | return 'static-id' |
| 471 | |
| 472 | async def message_send_url( |
| 473 | self, |