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. Possible values are: moderate, strict.

JSON representation

The following is a JSON representation of the resource.

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