Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

ChatMessage #230

Description

@iEmiya

The current implementation of the package ChatMessage not complete.
For send implementation of a sufficiently #207, when receiving messages from the server data is lost.
Is it possible in the coming implementation?

https://github.com/iEmiya/Craft.Net/blob/emiya/java/fb.java

if (((JsonObject)localObject1).has("text"))
{
    // implemented
    localObject2 = new fh(((JsonObject)localObject1).get("text").getAsString());
}
else if (((JsonObject)localObject1).has("translate"))
{
    // not implemented
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions