DAChat - danopia/deviantart-difi GitHub Wiki

This class is apparently used to create the AJAX style chatroom list menu. Could be useful in a third party bot or client.

chatrooms

Returns a listing of chatrooms with 2+ occupants?? Unsure about the filter on the rooms.

Usage

  • Loads list of chats on chat.deviantart.com

Params

  • None

Response

Returns a table full of chats including chat names, links and their descriptions.

{"head":[],"body":"<table class=\"f full fora zebra\">\n<tr>\n                <th class=\"l f first\" style=\"width:220px\"><strong>Chatroom Name<\/strong><\/th>\n                <th class=\"l f\" style=\"white-space:nowrap;width:160px\"><strong>Creator<\/strong><\/th>\n                <th class=\"l f last\" colspan=\"2\"><strong>Description<\/strong><\/th>\n            <\/tr>\n                            <tr class=\"even\">\n                    <td style=\"width:220px\">\n                        <strong><a class=\"a\" .... "}}}]}}}
⚠️ **GitHub.com Fallback** ⚠️