Esempio n. 1
0
function api_direct_messages_conversation(&$a, $type)
{
    return api_direct_messages_box($a, $type, "conversation");
}
Esempio n. 2
0
function api_direct_messages_inbox(&$a, $type)
{
    return api_direct_messages_box($a, $type, "inbox");
}