Enum TemplateAuditStatus
- Namespace
- Kook
- Assembly
- Kook.Net.Core.dll
表示消息模板的审核状态。
public enum TemplateAuditStatus
Fields
Approved = 2
审核通过。
Pending = 0
未审核。
Rejected = 3
审核拒绝。
UnderReview = 1
审核中。
表示消息模板的审核状态。
public enum TemplateAuditStatus
Approved = 2
审核通过。
Pending = 0
未审核。
Rejected = 3
审核拒绝。
UnderReview = 1
审核中。