Receive Query Display Groups

View as MarkdownOpen in Claude

EWrapper.displayGroupList (

requestId: Request identifier used to track data.

groups: String. Returns a list of integers representing visible Group ID separated by the ”|” character, and sorted by most used group first.
)

A one-time response to querying the display groups.

1def displayGroupList(self, reqId: int, groups: str):
2 print("DisplayGroupList. ReqId:", reqId, "Groups", groups)