Response returned by the API at GET /me/chat-profile

interface ChatProfileResponse {
    address: string;
    chatProfile: ChatProfile;
    editEnabled: boolean;
    remainingDays: Number;
}

Properties

address: string

The address string to show other users

chatProfile: ChatProfile

The ChatProfile for the current User

editEnabled: boolean

If the current ChatProfile is editable

remainingDays: Number

TODO: Figure out what this is used for

Generated using TypeDoc