| title | teamFunSettings resource type |
|---|---|
| description | Settings to configure use of Giphy, memes, and stickers in the team. |
| ms.localizationpriority | medium |
| author | MSFTRickyCastaneda |
| ms.subservice | teams |
| doc_type | resourcePageType |
| ms.date | 08/16/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Settings to configure use of Giphy, memes, and stickers in the team.
| Property | Type | Description |
|---|---|---|
| allowGiphy | Boolean | If set to true, enables Giphy use. |
| giphyContentRating | String (enum) | Giphy content rating. The possible values are: moderate, strict. |
| allowStickersAndMemes | Boolean | If set to true, enables users to include stickers and memes. |
| allowCustomMemes | Boolean | If set to true, enables users to include custom memes. |
None.
The following JSON representation shows the resource type.
{
"allowGiphy": true,
"giphyContentRating": "strict",
"allowStickersAndMemes": true,
"allowCustomMemes": true
}