Home Reference Source

src/users-new/PresenceMood.ts

export type PresenceMood =
	|'unknown'
	|'afraid'
	|'amazed'
	|'angry'
	|'annoyed'
	|'anxious'
	|'ashamed'
	|'bored'
	|'brave'
	|'calm'
	|'cold'
	|'confused'
	|'contented'
	|'cranky'
	|'curious'
	|'depressed'
	|'disappointed'
	|'disgusted'
	|'distracted'
	|'embarrassed'
	|'excited'
	|'flirtatious'
	|'frustrated'
	|'grumpy'
	|'guilty'
	|'happy'
	|'hot'
	|'humbled'
	|'humiliated'
	|'hungry'
	|'hurt'
	|'impressed'
	|'in_awe'
	|'in_love'
	|'indignant'
	|'interested'
	|'invincible'
	|'jealous'
	|'lonely'
	|'mean'
	|'moody'
	|'nervous'
	|'neutral'
	|'offended'
	|'other'
	|'playful'
	|'proud'
	|'relieved'
	|'remorseful'
	|'restless'
	|'sad'
	|'sarcastic'
	|'serious'
	|'shocked'
	|'shy'
	|'sick'
	|'sleepy'
	|'stressed'
	|'surprised'
	|'thirsty'
	|'worried';