Package discord4j.discordjson.json
Interface PartialStickerData
-
- All Known Subinterfaces:
StickerData
@Immutable public interface PartialStickerData
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intformatType()discord4j.discordjson.Idid()Stringname()
-
-
-
Method Detail
-
id
discord4j.discordjson.Id id()
-
name
String name()
-
formatType
int formatType()
-
-