Class GroupAudioUpdateMessage.Builder
A builder class for GroupAudioUpdateMessage.
Namespace: TehGM.Wolfringo.Messages
Assembly: Wolfringo.Core.dll
Syntax
public class Builder
Constructors
| Improve this Doc View SourceBuilder(WolfGroup.WolfGroupAudioConfig)
Create a new builder for GroupAudioUpdateMessage.
Declaration
public Builder(WolfGroup.WolfGroupAudioConfig existingConfig)
Parameters
Type | Name | Description |
---|---|---|
WolfGroup.WolfGroupAudioConfig | existingConfig | Existing audio config. |
Properties
| Improve this Doc View SourceGroupID
ID of the group.
Declaration
public uint GroupID { get; }
Property Value
Type | Description |
---|---|
UInt32 |
IsEnabled
Is audio stage enabled?
Declaration
public bool IsEnabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
MinimumReputationLevel
Minimum reputation level to enter audio stage.
Declaration
public int? MinimumReputationLevel { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Int32> |
StageType
Type of the stage.
Declaration
public WolfStageType StageType { get; set; }
Property Value
Type | Description |
---|---|
WolfStageType |
Methods
| Improve this Doc View SourceBuild()
Build the GroupAudioUpdateMessage.
Declaration
public GroupAudioUpdateMessage Build()
Returns
Type | Description |
---|---|
GroupAudioUpdateMessage | A new GroupAudioUpdateMessage. |