Service for managing FunctionCalls.
Normally only ever accessed via the client as:
const modal = new ModalClient();const functionCall = await modal.functionCalls.fromId("123"); Copy
const modal = new ModalClient();const functionCall = await modal.functionCalls.fromId("123");
FunctionCall ID
FunctionCallインスタンス
IDからFunctionCallを取得する
Service for managing FunctionCalls.
Normally only ever accessed via the client as: