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