lemmy_delete_custom_emoji {remmy}R Documentation

Delete a custom emoji

Description

HTTP.Post /custom_emoji/delete

Usage

lemmy_delete_custom_emoji(
  id,
  auth,
  .lemmy_instance = getOption("lemmy_instance", "https://lemmy.world")
)

Arguments

id

A numeric value.

auth

A character value.

.lemmy_instance

Default: "https://lemmy.world". Change the default instance by setting the lemmy_instance options().

Value

A list of length 2:

<list>
|-id: A numeric value
`-success: A logical value

[Package remmy version 0.1.0 Index]