Latest stories

set_draft

  • Inputs
{
    "chat_id": "string: id of chat",
    "text": "string min length:1,max length:16384, optional"
}

  • Errors
{
    "must_login": "must login",
    "user_not_in_chat": "user not a member of selected chat"
}

  • Extra Description
keeps in draft, those messages that don't send into chats

  • Sample
  • Url:
https://api.pantel.me/a/set_draft?chat_id=0106675fabf7299779166b44c56fbc5ecd39&text=Hello
  • Output:
                                {
    "status": "success",
    "time": 1547890173.7307055
}