-
-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Description
ShowMessageRequestClientCapabilities of ShowMessageRequest has this:
messageActionItem?: {
/**
* Whether the client supports additional attributes which
* are preserved and sent back to the server in the
* request's response.
*/
additionalPropertiesSupport?: boolean;
};
But how should I create a MessageActionItem with additional properties? I tried:
print(types.MessageActionItem(title="title", asdf="asdf"))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: MessageActionItem.__init__() got an unexpected keyword argument 'asdf'
Thanks
Metadata
Metadata
Assignees
Labels
No labels