Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.34 KB

File metadata and controls

54 lines (42 loc) · 1.34 KB
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/19/2024

teamFunSettings resource type

Namespace: microsoft.graph

Settings to configure use of Giphy, memes, and stickers in the team.

Properties

Property Type Description
allowCustomMemes Boolean If set to true, enables users to include custom memes.
allowGiphy Boolean If set to true, enables Giphy use.
allowStickersAndMemes Boolean If set to true, enables users to include stickers and memes.
giphyContentRating String (enum) Giphy content rating. The possible values are: moderate, strict.

JSON representation

The following JSON representation shows the resource type.

{
  "allowGiphy": true,
  "giphyContentRating": "strict",
  "allowStickersAndMemes": true,
  "allowCustomMemes": true
}