Interface ITeamFunSettings
Public interface to define the fun settings for a Team
public interface ITeamFunSettings : IDataModel<ITeamFunSettings>, IDataModelParent, IDataModelWithContext, ISupportModules<ITeamFunSettings>
- Inherited Members
- Extension Methods
Properties
AllowCustomMemes
Defines whether the custom memes are allowed in the Team
bool AllowCustomMemes { get; set; }
Property Value
AllowGiphy
Defines whether the Giphy are allowed in the Team
bool AllowGiphy { get; set; }
Property Value
AllowStickersAndMemes
Defines whether the stickers and meme are allowed in the Team
bool AllowStickersAndMemes { get; set; }
Property Value
GiphyContentRating
Defines the Giphy content rating (strict or moderate)
TeamGiphyContentRating GiphyContentRating { get; set; }