send contact message :param conversation_id: :param contact_id: person contact_id
(
self,
contact_id: str,
conversation_id: str)
| 450 | return 'static-id' |
| 451 | |
| 452 | async def message_send_contact( |
| 453 | self, |
| 454 | contact_id: str, |
| 455 | conversation_id: str) -> str: |
| 456 | """ |
| 457 | send contact message |
| 458 | :param conversation_id: |
| 459 | :param contact_id: person contact_id |
| 460 | """ |
| 461 | return 'static-id' |
| 462 | |
| 463 | async def message_send_file(self, conversation_id: str, file: FileBox |
| 464 | ) -> str: |