ms::Graph method chat messages (public)
<instance of ms::Graph> chat messages [ -top top ] chat_id
Defined in packages/xooauth/tcl/ms-procs.tcl
Retrieve the properties and relationships of user object. Details: https://docs.microsoft.com/en-us/graph/api/chat-list-messages
- Switches:
- -top (optional, integer, accept empty)
- sets the page size of results (for chat, max is 50)
- Parameters:
- chat_id (required)
- Testcases:
- No testcase defined.
Source code: set r [:request -method GET -token [:token] -url /chats/$chat_id/messages?[:params {top}]] return [:expect_status_code $r 200]XQL Not present: Generic, PostgreSQL, Oracle