Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 691 Bytes

File metadata and controls

27 lines (17 loc) · 691 Bytes

ReBot Emojis

Just provides Emojis to be used by the API, plugins and the Bot itself.

To use an emoji in your plugins, just add it in the pom.xml:

<dependency>
    <groupId>xyz.rebasing</groupId>
    <artifactId>rebot-telegram-api-emojis</artifactId>
    <version>1.0-SNAPSHOT</version>
</dependency>

Then use it:

private String message = "Just a simple message with emoji " + Emoji.SMILING_FACE_WITH_OPEN_MOUTH;

Check the list of available emojis.

Did you find a bug or do you have a suggestion?

Feel free to raise a issue.