Class GroupCreateMessage
A message for creating a group.
Inheritance
Namespace: TehGM.Wolfringo.Messages
Assembly: Wolfringo.Core.dll
Syntax
[ResponseType(typeof(GroupEditResponse))]
public class GroupCreateMessage : IGroupEditMessage, IWolfMessage
Remarks
Uses GroupEditResponse as response type.
Constructors
| Improve this Doc View SourceGroupCreateMessage()
Creates a message instance.
Declaration
protected GroupCreateMessage()
Remarks
Uses GroupEditResponse as response type.
Properties
| Improve this Doc View SourceDescription
Group's short description.
Declaration
public string Description { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Remarks
Uses GroupEditResponse as response type.
EntryReputationLevel
Group's entry reputation level.
Declaration
public int? EntryReputationLevel { get; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Remarks
Uses GroupEditResponse as response type.
EventName
Message event name.
Declaration
public string EventName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Remarks
Equals to GroupCreate.
IsDiscoverable
Is group publicly discoverable?
Declaration
public bool IsDiscoverable { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Remarks
Uses GroupEditResponse as response type.
IsExtendedAdminEnabled
Is extended admin privilege enabled in this group?
Declaration
public bool IsExtendedAdminEnabled { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Remarks
Uses GroupEditResponse as response type.
IsPeekable
Is message history visible even if user is not in the group?
Declaration
public bool IsPeekable { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Remarks
Uses GroupEditResponse as response type.
Language
Language of the group.
Declaration
public WolfLanguage? Language { get; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<WolfLanguage> |
Remarks
Uses GroupEditResponse as response type.
LongDescription
Long description of the group.
Declaration
public string LongDescription { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Remarks
Uses GroupEditResponse as response type.
Name
Group public name.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Remarks
Uses GroupEditResponse as response type.