kzulip / de.ppi.oss.kzulip.api.common

Package de.ppi.oss.kzulip.api.common

Types

CommonResponse

The field which every response contains.

interface CommonResponse

Emoji

Based on emoji_map.json emoji_codes.js which can be found at installation there the point exports.name_to_codepoint created via '(.)': '(.)' - \U$1\E(0x$2), "$1"), ^(0-9) - _$1 +1 - PLUS1 -1 - MINUS1 E-MAIL - E_MAIL2 NON-POTABLE_WATER - NON_POTABLE_WATER2

enum class Emoji

Flag

enum class Flag

Result

enum class Result

Exceptions

ValidationException

This exception is thrown if the Request is not valid.

class ValidationException : Exception