Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. Queues
  2.  
  3. Method calls may be executed at diferent times server-side: to avoid this, method calls can be queued (this is especially useful when using ignored async):
  4.  
  5. yield $MadelineProto->messages->sendMessage(['peer' => '@danogentili', 'message' => 'lel'], ['queue' => 'queue_name']);
  6.  
  7. If the queue if the specified queue name does not exist, it will be created.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement