public class InviteCreate extends Object implements Dispatch
| Constructor and Description |
|---|
InviteCreate() |
| Modifier and Type | Method and Description |
|---|---|
long |
getChannelId() |
String |
getCode() |
String |
getCreatedAt() |
Long |
getGuildId() |
UserResponse |
getInviter() |
int |
getMaxAge() |
int |
getMaxUses() |
int |
getUses() |
boolean |
isTemporary() |
String |
toString() |
@Nullable public UserResponse getInviter()
public long getChannelId()
public String getCode()
public String getCreatedAt()
public int getUses()
public int getMaxUses()
public int getMaxAge()
public boolean isTemporary()