Util

Undocumented in source.

Members

Aliases

ThreadMessageData
alias ThreadMessageData = Tuple!(string, ShowMessageRequestType, string)
Undocumented in source.

Enums

ShowMessageRequestType
enum ShowMessageRequestType
Undocumented in source.
ShowMessageType
enum ShowMessageType
Undocumented in source.

Static functions

addMessageRequestType
void addMessageRequestType(string id, ShowMessageRequestType type, string data)
Undocumented in source. Be warned that the author may not have intended to support it.
getActions
string[] getActions(ShowMessageRequestType which)
Undocumented in source. Be warned that the author may not have intended to support it.
sendMessage
void sendMessage(ShowMessageType which, string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
sendMessageRequest
string sendMessageRequest(ShowMessageRequestType which, string[] args, string[] hiddenItems)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta