IResponseInternalBroadcastomit_users Field |
A Dictionary of users who did not receive this event (often the user that triggered this event).
Namespace:
MattermostDriver
Assembly:
MattermostDriver (in MattermostDriver.dll) Version: 0.0.3.10 (0.0.3.10)
Syntaxpublic Dictionary<string, bool> omit_users
Public omit_users As Dictionary(Of String, Boolean)
public:
Dictionary<String^, bool>^ omit_users
val mutable omit_users: Dictionary<string, bool>
Field Value
Type:
DictionaryString,
Boolean
See Also