// Generated by Haxe 4.3.3
#ifndef INCLUDED_borogove_CustomEmojiReaction
#define INCLUDED_borogove_CustomEmojiReaction
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
#ifndef INCLUDED_borogove_Reaction
#include <borogove/Reaction.h>
#endif
HX_DECLARE_CLASS1(borogove,CustomEmojiReaction)
HX_DECLARE_CLASS1(borogove,Reaction)
namespace borogove{
class HXCPP_CLASS_ATTRIBUTES CustomEmojiReaction_obj : public ::borogove::Reaction_obj
{
public:
typedef ::borogove::Reaction_obj super;
typedef CustomEmojiReaction_obj OBJ_;
CustomEmojiReaction_obj();
public:
enum { _hx_ClassId = 0x7eb2d979 };
void __construct(::String senderId,::String timestamp,::String text,::String uri,::String envelopeId);
inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="borogove.CustomEmojiReaction")
{ return ::hx::Object::operator new(inSize,inContainer,inName); }
inline void *operator new(size_t inSize, int extra)
{ return ::hx::Object::operator new(inSize+extra,true,"borogove.CustomEmojiReaction"); }
static ::hx::ObjectPtr< CustomEmojiReaction_obj > __new(::String senderId,::String timestamp,::String text,::String uri,::String envelopeId);
static ::hx::ObjectPtr< CustomEmojiReaction_obj > __alloc(::hx::Ctx *_hx_ctx,::String senderId,::String timestamp,::String text,::String uri,::String envelopeId);
static void * _hx_vtable;
static Dynamic __CreateEmpty();
static Dynamic __Create(::hx::DynamicArray inArgs);
//~CustomEmojiReaction_obj();
HX_DO_RTTI_ALL;
::hx::Val __Field(const ::String &inString, ::hx::PropertyAccess inCallProp);
static bool __GetStatic(const ::String &inString, Dynamic &outValue, ::hx::PropertyAccess inCallProp);
::hx::Val __SetField(const ::String &inString,const ::hx::Val &inValue, ::hx::PropertyAccess inCallProp);
void __GetFields(Array< ::String> &outFields);
static void __register();
void __Mark(HX_MARK_PARAMS);
void __Visit(HX_VISIT_PARAMS);
bool _hx_isInstanceOf(int inClassId);
::String __ToString() const { return HX_("CustomEmojiReaction",be,8e,6d,ec); }
static void __boot();
static ::Dynamic __meta__;
static ::borogove::CustomEmojiReaction custom(::String text,::String uri);
static ::Dynamic custom_dyn();
::String uri;
::String uri__fromC();
::Dynamic uri__fromC_dyn();
::String render( ::Dynamic forText, ::Dynamic forImage);
};
} // end namespace borogove
#endif /* INCLUDED_borogove_CustomEmojiReaction */