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审核中。