root.scopeConstraints.groupChats object

A list of chat thread ids to which your app is restricted to

Properties that reference this object type:

Syntax

{
  "id": "{string}"
}

Properties

id

Chat's thread Id.

Type
string

Required

Constraints
Maximum string length: 64.

Supported values

Examples

{
    "scopeConstraints": { 
        "groupChats": [ 
          { "id": "%GROUP-CHATS-THREAD-ID" } 
        ] 
    }
}