Package com.aliucord.wrappers.messages
Object AttachmentWrapper.Companion
-
- All Implemented Interfaces:
public class AttachmentWrapper.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final String
filename
private final Integer
height
private final String
proxyUrl
private final Long
size
private final MessageAttachmentType
type
private final String
url
private final Integer
width
public final static AttachmentWrapper.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final String
getFilename(MessageAttachment $self)
final Integer
getHeight(MessageAttachment $self)
final String
getProxyUrl(MessageAttachment $self)
final Long
getSize(MessageAttachment $self)
final MessageAttachmentType
getType(MessageAttachment $self)
final String
getUrl(MessageAttachment $self)
final Integer
getWidth(MessageAttachment $self)
-
-
Method Detail
-
getFilename
final String getFilename(MessageAttachment $self)
-
getProxyUrl
final String getProxyUrl(MessageAttachment $self)
-
getType
final MessageAttachmentType getType(MessageAttachment $self)
-
-
-
-