/ Platform API
Platform API
    Chat Platform API v3
    Chat Platform API
    Chat Platform API
    Version 3

    Use default emojis

    Copy link

    This action determines whether to use the seven default emojis provided by Sendbird.


    HTTP request

    Copy link
    PUT https://api-{application_id}.sendbird.com/v3/applications/settings/use_default_emoji
    

    Request body

    Copy link

    The following table lists the properties of an HTTP request that this action supports.

    Required
    Property nameTypeDescription

    use_default_emoji

    boolean

    Determines whether to use the seven default emojis initially provided.

    {
        "use_default_emoji": true
    }
    

    Response

    Copy link

    If successful, this action returns the status regarding the use of default emojis in the response body.

    In the case of an error, an error object is returned. A detailed list of error codes is available here.