Wolfringo Wolfringo
Wolfringo Wolfringo
Wolfringo (c) 2020 TehGM
DocFX, DiscordFX theme.
Search Results for

    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 Source

    GroupAction

    Group action.

    Declaration
    public const string GroupAction = "application/palringo-group-action"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    Image

    Sent image message.

    Declaration
    public const string Image = "image/jpeg"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    ImageLink

    Received image message (as link).

    Declaration
    public const string ImageLink = "text/image_link"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    PrivateRequestResponse

    Response to private chat request.

    Declaration
    public const string PrivateRequestResponse = "text/palringo-private-request-response"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    Text

    Text message.

    Declaration
    public const string Text = "text/plain"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    Voice

    Sent voice message.

    Declaration
    public const string Voice = "audio/x-speex"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    VoiceLink

    Received voice message (as link).

    Declaration
    public const string VoiceLink = "text/voice_link"
    Field Value
    Type Description
    System.String