759 B
759 B
The Entity object can be used to represent a entity such as a User, Bot or anything to mimic a sender or receiver.
uuid
: (String) The Unique Universal Identifier of the entity, see UUID Standard for how the UUID should be structuredtype
: (Enum) The Enum value of the entity typeUSER
: This represents a user account on the instanceBOT
: This represents a bot account managed by a user on the instanceCHANNEL
: This represents a channel that the user can subscribe and or post as.
username
: (String): This represents the unique username under the domaindomain
: (String): This represents the domain the entity is underdisplay_name
: (String) The display name of the entity