Class SelectAccountCommandSettings
SelectAccount
public sealed class SelectAccountCommandSettings : ICommand
- Inheritance
-
SelectAccountCommandSettings
- Implements
- Inherited Members
Properties
AccountIndex
Gets or sets the accountIndex
[JsonPropertyName("accountIndex")]
public long AccountIndex { get; set; }
Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
DialogId
Gets or sets the dialogId
[JsonPropertyName("dialogId")]
public string DialogId { get; set; }