Interface: GuildInviteCodeRecord
Properties
avatar?
optional
avatar:string
邀请者头像图片地址。
Defined in
channel_id
channel_id:
string
邀请加入的频道 ID。
Defined in
channel_name?
optional
channel_name:string
频道名称。
Defined in
channel_on_del?
optional
channel_on_del:GuildInviteChannelIsDeleted
频道是否删除。
Defined in
channel_type?
optional
channel_type:number
频道类型(邀请加入服务器时为 null
)。
Defined in
code?
optional
code:string
邀请码(不包含域名)。
Defined in
expire_time
expire_time: `${number}`
过期时间(单位:秒,-1 表示不过期)
Defined in
has_invited?
optional
has_invited: `${number}`
已邀请人数。
Defined in
inviter_id
inviter_id:
string
邀请者用户的user_id
Defined in
inviter_name?
optional
inviter_name:string
邀请人昵称。
Defined in
list_id?
optional
list_id:string
记录唯一 ID。
Defined in
number
number: `${number}`
设定的次数(-1
表示无限)。
Defined in
number_less?
optional
number_less: `${number}`
剩余可用邀请人数。
Defined in
post_id?
optional
post_id:string
圈子分享时,来源 post id。
Defined in
remark?
optional
remark:string
备注。
Defined in
time?
optional
time:string
设定的有效期(-1
表示永久有效)。
Defined in
url?
optional
url:string
邀请码链接。