Function getBlockedProfileIds

  • Returns Promise<IPaginatedResponse<string>>

    Description

    Get list of blocked profile ids, could be used to filter chat messages by blocked profile

    Async

    Since

    0.1.0

    Example

    getBlockedProfileIds().then(profileIds => console.log(profileIds))
    

Generated using TypeDoc