TeamsModelFactory.FunSettings Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of FunSettings(Nullable<Boolean>, String, Nullable<Boolean>, Nullable<Boolean>).
public static Azure.Connectors.Sdk.Teams.Models.FunSettings FunSettings(bool? allowGiphy = default, string giphyContentRating = default, bool? allowStickersAndMemes = default, bool? allowCustomMemes = default);
static member FunSettings : Nullable<bool> * string * Nullable<bool> * Nullable<bool> -> Azure.Connectors.Sdk.Teams.Models.FunSettings
Public Shared Function FunSettings (Optional allowGiphy As Nullable(Of Boolean) = Nothing, Optional giphyContentRating As String = Nothing, Optional allowStickersAndMemes As Nullable(Of Boolean) = Nothing, Optional allowCustomMemes As Nullable(Of Boolean) = Nothing) As FunSettings
Parameters
- giphyContentRating
- String