V17 - Remove default selection for enums
This commit is contained in:
@@ -75,7 +75,7 @@ namespace TelegramBotBase.Controls.Hybrid
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Parsemode of the message.
|
/// Parsemode of the message.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public ParseMode MessageParseMode { get; set; } = ParseMode.Default;
|
public ParseMode MessageParseMode { get; set; } = ParseMode.Markdown;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Enables automatic paging of buttons when the amount of rows is exceeding the limits.
|
/// Enables automatic paging of buttons when the amount of rows is exceeding the limits.
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ namespace TelegramBotBase.Controls.Hybrid
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Parsemode of the message.
|
/// Parsemode of the message.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public ParseMode MessageParseMode { get; set; } = ParseMode.Default;
|
public ParseMode MessageParseMode { get; set; } = ParseMode.Markdown;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Enables automatic paging of buttons when the amount of rows is exceeding the limits.
|
/// Enables automatic paging of buttons when the amount of rows is exceeding the limits.
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ namespace TelegramBotBase.Controls.Hybrid
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Parsemode of the message.
|
/// Parsemode of the message.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public ParseMode MessageParseMode { get; set; } = ParseMode.Default;
|
public ParseMode MessageParseMode { get; set; } = ParseMode.Markdown;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Enables automatic paging of buttons when the amount of rows is exceeding the limits.
|
/// Enables automatic paging of buttons when the amount of rows is exceeding the limits.
|
||||||
|
|||||||
Reference in New Issue
Block a user