lemmy_delete_custom_emoji | R Documentation |
HTTP.Post /custom_emoji/delete
lemmy_delete_custom_emoji(
id,
auth,
.lemmy_instance = getOption("lemmy_instance", "https://lemmy.world")
)
id |
A numeric value. |
auth |
A character value. |
.lemmy_instance |
Default: "https://lemmy.world". Change the default instance by setting the |
A list
of length 2:
<list> |-id: A numeric value `-success: A logical value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.