sync the contact info, this method will be deprecated in future, so we suggest use `ready()` instead
(self)
| 601 | return tags |
| 602 | |
| 603 | async def sync(self) -> None: |
| 604 | """sync the contact info, this method will be deprecated in future, |
| 605 | so we suggest use `ready()` instead |
| 606 | """ |
| 607 | await self.ready() |
| 608 | |
| 609 | def is_self(self) -> bool: |
| 610 | """ |