<freeStyleBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='com.cloudbees.jenkins.GitHubPushCause'><shortDescription>Started by GitHub push by DV8FromTheWorld</shortDescription></cause></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesorigindevelopment _class='hudson.plugins.git.util.Build'><buildNumber>260</buildNumber><marked><SHA1>2b998d2dba588cf15a927826b214f74c6e02204f</SHA1><branch><SHA1>2b998d2dba588cf15a927826b214f74c6e02204f</SHA1><name>refs/remotes/origin/development</name></branch></marked><revision><SHA1>2b998d2dba588cf15a927826b214f74c6e02204f</SHA1><branch><SHA1>2b998d2dba588cf15a927826b214f74c6e02204f</SHA1><name>refs/remotes/origin/development</name></branch></revision></refsremotesorigindevelopment></buildsByBranchName><lastBuiltRevision><SHA1>2b998d2dba588cf15a927826b214f74c6e02204f</SHA1><branch><SHA1>2b998d2dba588cf15a927826b214f74c6e02204f</SHA1><name>refs/remotes/origin/development</name></branch></lastBuiltRevision><remoteUrl>https://github.com/DV8FromTheWorld/JDA.git</remoteUrl><scmName></scmName></action><action _class='hudson.plugins.git.GitTagAction'></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'><artifactsUrl>https://ci.dv8tion.net/job/JDA/260/artifact</artifactsUrl><changesUrl>https://ci.dv8tion.net/job/JDA/changes</changesUrl><displayUrl>https://ci.dv8tion.net/job/JDA/260/</displayUrl><testsUrl>https://ci.dv8tion.net/job/JDA/260/testReport</testsUrl></action><artifact><displayPath>JDA-4.2.1_260-javadoc.jar</displayPath><fileName>JDA-4.2.1_260-javadoc.jar</fileName><relativePath>build/libs/JDA-4.2.1_260-javadoc.jar</relativePath></artifact><artifact><displayPath>JDA-4.2.1_260-sources.jar</displayPath><fileName>JDA-4.2.1_260-sources.jar</fileName><relativePath>build/libs/JDA-4.2.1_260-sources.jar</relativePath></artifact><artifact><displayPath>JDA-4.2.1_260-withDependencies-min.jar</displayPath><fileName>JDA-4.2.1_260-withDependencies-min.jar</fileName><relativePath>build/libs/JDA-4.2.1_260-withDependencies-min.jar</relativePath></artifact><artifact><displayPath>JDA-4.2.1_260-withDependencies-no-opus.jar</displayPath><fileName>JDA-4.2.1_260-withDependencies-no-opus.jar</fileName><relativePath>build/libs/JDA-4.2.1_260-withDependencies-no-opus.jar</relativePath></artifact><artifact><displayPath>JDA-4.2.1_260-withDependencies.jar</displayPath><fileName>JDA-4.2.1_260-withDependencies.jar</fileName><relativePath>build/libs/JDA-4.2.1_260-withDependencies.jar</relativePath></artifact><artifact><displayPath>JDA-4.2.1_260.jar</displayPath><fileName>JDA-4.2.1_260.jar</fileName><relativePath>build/libs/JDA-4.2.1_260.jar</relativePath></artifact><building>false</building><displayName>#260</displayName><duration>63363</duration><estimatedDuration>61602</estimatedDuration><fullDisplayName>JDA #260</fullDisplayName><id>260</id><inProgress>false</inProgress><keepLog>false</keepLog><number>260</number><queueId>377</queueId><result>SUCCESS</result><timestamp>1619122616497</timestamp><url>https://ci.dv8tion.net/job/JDA/260/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/net/dv8tion/jda/internal/entities/AbstractMessage.java</affectedPath><affectedPath>src/main/java/net/dv8tion/jda/internal/entities/EntityBuilder.java</affectedPath><affectedPath>src/main/java/net/dv8tion/jda/internal/entities/ReceivedMessage.java</affectedPath><affectedPath>src/main/java/net/dv8tion/jda/api/entities/Message.java</affectedPath><affectedPath>src/main/java/net/dv8tion/jda/api/entities/MessageSticker.java</affectedPath><affectedPath>src/main/java/net/dv8tion/jda/internal/entities/SystemMessage.java</affectedPath><commitId>2b998d2dba588cf15a927826b214f74c6e02204f</commitId><timestamp>1619122604000</timestamp><author><absoluteUrl>https://ci.dv8tion.net/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Add support for stickers (#1474)

* add support for stickers

* idk why it reformatted

* fix docs

* jeez

* add MessageSticker#getTags

* typo

* add missing copyright &amp; class level docs

* create a constant for sticker url

* add missing UnsupportedOperationExceptions to docs

* clarify what asset getters are

if anyone has a better explanation of what the asset hash is, let me know, because i just copied this from other docs

* publicize MessageSticker#STICKER_URL and add docs

* remove copyright end year

* apply some suggestions from the review

* rename the asset methods + improve the docs + add extensions to the formats

* rename getStickerUrl to getAssetUrl

* Update src/main/java/net/dv8tion/jda/api/entities/MessageSticker.java

Co-authored-by: Austin Keener &lt;keeneraustin@yahoo.com&gt;

* Apply suggestions from code review

Co-authored-by: Florian Spieß &lt;business@minnced.club&gt;

* Apply suggestions from code review

Co-authored-by: Florian Spieß &lt;business@minnced.club&gt;

* comment out preview asset hash method and add checks

* better wording

* remove commented out method

Co-authored-by: Austin Keener &lt;keeneraustin@yahoo.com&gt;
Co-authored-by: Florian Spieß &lt;business@minnced.club&gt;
</comment><date>2021-04-22 16:16:44 -0400</date><id>2b998d2dba588cf15a927826b214f74c6e02204f</id><msg>Add support for stickers (#1474)</msg><path><editType>add</editType><file>src/main/java/net/dv8tion/jda/api/entities/MessageSticker.java</file></path><path><editType>edit</editType><file>src/main/java/net/dv8tion/jda/internal/entities/SystemMessage.java</file></path><path><editType>edit</editType><file>src/main/java/net/dv8tion/jda/internal/entities/AbstractMessage.java</file></path><path><editType>edit</editType><file>src/main/java/net/dv8tion/jda/api/entities/Message.java</file></path><path><editType>edit</editType><file>src/main/java/net/dv8tion/jda/internal/entities/ReceivedMessage.java</file></path><path><editType>edit</editType><file>src/main/java/net/dv8tion/jda/internal/entities/EntityBuilder.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://ci.dv8tion.net/user/noreply</absoluteUrl><fullName>noreply</fullName><id>noreply</id></culprit></freeStyleBuild>