figma-api 0.31.4

This is the OpenAPI specification for the [Figma REST API](https://www.figma.com/developers/api). Note: we are releasing the OpenAPI specification as a beta given the large surface area and complexity of the REST API. If you notice any inaccuracies with the specification, please [file an issue](https://github.com/figma/rest-api-spec/issues).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Reaction

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**user** | [**models::User**]User.md | The user who left the reaction. | 
**emoji** | **String** | The emoji type of reaction as shortcode (e.g. `:heart:`, `:+1::skin-tone-2:`). The list of accepted emoji shortcodes can be found in [this file]https://raw.githubusercontent.com/missive/emoji-mart/main/packages/emoji-mart-data/sets/14/native.json under the top-level emojis and aliases fields, with optional skin tone modifiers when applicable. | 
**created_at** | **String** | The UTC ISO 8601 time at which the reaction was left. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)