Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

emoji support? #36

Open
alanhe421 opened this issue Jun 12, 2021 · 4 comments
Open

emoji support? #36

alanhe421 opened this issue Jun 12, 2021 · 4 comments

Comments

@alanhe421
Copy link

see https://github.com/ikatyang/emoji-cheat-sheet

image

image

@MysteriousGear
Copy link

Hey, try putting the star emoji inside your message text, it worked for me.

:star:, come on! --> ⭐, come on!.

@alanhe421
Copy link
Author

alanhe421 commented Jun 13, 2021

Hey, try putting the star emoji inside your message text, it worked for me.

:star:, come on! --> ⭐, come on!.

the format is markdown?

my code is here. but not work.
This is impossible for you.

code see here.

alanhe421/alfred-workflows@c9ed8fd

@MysteriousGear
Copy link

Hey, try putting the star emoji inside your message text, it worked for me.
:star:, come on! --> ⭐, come on!.

the format is markdown?

my code is here. but not work.
This is impossible for you.

code see here.

alanhg/alfred-workflows@c9ed8fd

See my comment at alanhe421/alfred-workflows@c9ed8fd

@dsentker
Copy link

dsentker commented Oct 6, 2023

I can confirm that emojis are ok, just use the emoji via copy-paste (as mentioned by @MysteriousGear ).
If format: markdown is used, it is not possible to insert an emoji for me.

2023/10/06 09:59:59 Bad Request: can't parse entities: Can't find end of the entity starting at byte offset 173

Here is an example to use the emoji:

        with:
          to: ${{ secrets.TELEGRAM_TO }}
          token: ${{ secrets.TELEGRAM_TOKEN }}
          message: |
            ⭐ Update: ${{ github.event.release.name }} (Version ${{ github.ref_name }})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants