me-v2
me-v2
if show more is no data to show ,how show ' no data can loading' information
- [ ] The page (if new), does not already exist in the repository. - [ ] The page is in the correct platform directory (`common/`, `linux/`, etc.) - [...
η»δΉ 2.37 decltype(a=b) d = a
### Is your feature request related to a problem? docs:: Add stream snippet in the docs ### Describe the solution you'd like docs:: Add stream snippet in the docs ###...
```python def is_friend(self) -> Optional[bool]: """ Check if contact is friend False for not friend of the bot, null for unknown. """ if not self.payload or not self.payload.friend: return None...
` payload = EventErrorPayload(**payload_data) | TypeError: __init__() got an unexpected keyword argument 'code'` @dataclass class EventErrorPayload(EventPayloadBase): data: str sees: /wechaty_puppet/schemas/event.py
do you have python api
your code is python3.5 ,actually your code is python3.6
with PlainActor.start(): your logical code.. then auto stop actor(__exit__)