Class ChatMessageTypes
Mime types of Wolf messages.
Inheritance
System.Object
ChatMessageTypes
Namespace: TehGM.Wolfringo.Messages
Assembly: Wolfringo.Core.dll
Syntax
public static class ChatMessageTypes
Fields
| Improve this Doc View SourceGroupAction
Group action.
Declaration
public const string GroupAction = "application/palringo-group-action"
Field Value
Type | Description |
---|---|
System.String |
Image
Sent image message.
Declaration
public const string Image = "image/jpeg"
Field Value
Type | Description |
---|---|
System.String |
ImageLink
Received image message (as link).
Declaration
public const string ImageLink = "text/image_link"
Field Value
Type | Description |
---|---|
System.String |
PrivateRequestResponse
Response to private chat request.
Declaration
public const string PrivateRequestResponse = "text/palringo-private-request-response"
Field Value
Type | Description |
---|---|
System.String |
Text
Text message.
Declaration
public const string Text = "text/plain"
Field Value
Type | Description |
---|---|
System.String |
Voice
Sent voice message.
Declaration
public const string Voice = "audio/x-speex"
Field Value
Type | Description |
---|---|
System.String |
VoiceLink
Received voice message (as link).
Declaration
public const string VoiceLink = "text/voice_link"
Field Value
Type | Description |
---|---|
System.String |