We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fd3ea9 + d59c99c commit 8a97ef4Copy full SHA for 8a97ef4
src/Infrastructure/BotSharp.Abstraction/Messaging/Enums/EditorTypeEnum.cs
@@ -12,6 +12,7 @@ public static class EditorTypeEnum
12
public const string DateTimePicker = "datetime-picker";
13
public const string DateTimeRangePicker = "datetime-range-picker";
14
public const string Email = "email";
15
+ public const string File = "file";
16
17
/// <summary>
18
/// Regex, set the expression in editor_attributes
0 commit comments