join_chat
- Inputs
{
"chat_id": "strings: list of chat id"
}
- Errors
{
"chat_id_is_invalid": "invalid chat_id or chat is not group or blog",
"must_login": "user must be login",
"user_is_not_member": "user should first follow wall",
"you_have_already_joined_in_this_chat": "user already joined this chat"
}
- Extra Description
Join the newly modified chat of the wall that has been followed by user before
- Sample
- Url:
- Output:
{
"status": "success",
"time": 1526966340.437936
}