Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Gets messages for the account from the server.
POST /Agent/Xmpp/PopMessages
{ "maxCount":Optional(Int(0 < PMaxCount <= 2147483647)) }
{ "Messages": { "id": Optional(Str(PId)), "from": Required(Str(PFrom)), "to": Required(Str(PTo)), "lang": Optional(Str(PLanguage)), "type": Required(Str(PType)), "timestamp": Required(DateTime(PTimestamp)), "Content": Required(PContent[]) }?[] }