typealias APIAuditLogChangeKeyEnableEmoticons

external
export type APIAuditLogChangeKeyEnableEmoticons = APIAuditLogChangeData<'enable_emoticons', boolean>;

Returned when an integration's enable_emoticons is changed

APIAuditLogChangeData<'enable_emoticons', boolean>