Interface ITeamMessagingSettings
Public interface to define the messaging settings for a Team
public interface ITeamMessagingSettings : IDataModel<ITeamMessagingSettings>, IDataModelParent, IDataModelWithContext, ISupportModules<ITeamMessagingSettings>
- Inherited Members
- Extension Methods
Properties
AllowChannelMentions
Defines whether users can use channel mentions
bool AllowChannelMentions { get; set; }
Property Value
AllowOwnerDeleteMessages
Defines whether owners can delete messages
bool AllowOwnerDeleteMessages { get; set; }
Property Value
AllowTeamMentions
Defines whether users can use team mentions
bool AllowTeamMentions { get; set; }
Property Value
AllowUserDeleteMessages
Defines whether users can delete messages
bool AllowUserDeleteMessages { get; set; }
Property Value
AllowUserEditMessages
Defines whether users can edit messages
bool AllowUserEditMessages { get; set; }