Advertisement
kesha1225

Untitled

Apr 8th, 2020
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. async def conversation_send(api: APIOptionsRequestContext):
  2. while True:
  3. await api.messages.send(
  4. peer_id=2000000002, message=SEND_TO_CONVERSATION, random_id=0
  5. )
  6. await asyncio.sleep(3600)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement