Emojis
Add emoji
post /api/http/emojis/add
Add custom emoji
|
Request arguments |
---|
object with fields: emoji : string 
attachmentId : string 
|
|
Delete emoji
post /api/http/emojis/delete
Delete an emoji by name
|
Request arguments |
---|
object with fields: emoji : string 
|
|
Record emojis usage
post /api/http/emojis/record-usage
Record emojis usage and update frequently used list
|
Request arguments |
---|
object with fields: emojis : array of string 
|
|
Check if emoji exists
get /api/http/emojis/exists
Check whether a given emoji name exists
|
Request arguments |
---|
emoji : string (Query) 
|
|
Get frequently used emojis
get /api/http/emojis/frequently-used
List frequently used emojis
|
Request arguments |
---|
No arguments |
|
Search emoji
get /api/http/emojis/search
Search for emoji
|
Request arguments |
---|
$skip : string (Query) ( Nullable and Optional , defaults to null )
| $top : integer (format: int32) (Query) ( Nullable and Optional , defaults to 100 )
| query : string (Query) 
|
Response |
---|
object with fields: next : string 
totalCount : integer (format: int32) ( Nullable and Optional , defaults to null )
data : array of EmojiSearchMatchData 
|
|
Last modified: 08 September 2022