Class GroupAudioUpdateResponse
Wolf server's response for GroupAudioUpdateMessage.
Implements
Namespace: TehGM.Wolfringo.Messages.Responses
Assembly: Wolfringo.Core.dll
Syntax
public class GroupAudioUpdateResponse : WolfResponse, IWolfResponse
Constructors
| Improve this Doc View SourceGroupAudioUpdateResponse()
Creates a message instance.
Declaration
[JsonConstructor]
protected GroupAudioUpdateResponse()
Properties
| Improve this Doc View SourceAudioConfig
New audio config.
Declaration
[JsonProperty("body")]
public WolfGroup.WolfGroupAudioConfig AudioConfig { get; }
Property Value
Type | Description |
---|---|
WolfGroup.WolfGroupAudioConfig |