Information about discord invite
flowchart LR
invite[(invite)]
max_age{{max_age}}
click max_age callback "Max age of invite"
invite --- max_age
max_uses{{max_uses}}
click max_uses callback "Max uses of invite"
invite --- max_uses
code>code]
click code callback "Identifier of the invite."
invite --- code
revoked{revoked}
click revoked callback "Indicates whether invite has been revoked or not."
invite --- revoked
created_at{{created_at}}
click created_at callback "Unix timestamp of creation time."
invite --- created_at
temporary{temporary}
click temporary callback "Indicates whether the invite provides temporary membership."
invite --- temporary
uses{{uses}}
click uses callback "Uses left for the invite."
invite --- uses
inviter[inviter]
click inviter "https://docs.monni.fyi/en/simpukka/objects/discord/user"
invite --- inviter
url>url]
click uses callback "Url of invite."
invite --- url
Max age of invite
Max uses of invite
Identifier of the invite.
Indicates whether invite has been revoked or not.
Unix timestamp of creation time.
Indicates whether the invite provides temporary membership.
Uses left for the invite.
Creator of the invite
Url of the invite