This object represents nandbox’s group or channel information.

Field Type Required Description
id String Yes Unique identifier for Group or Channel.
title String Yes Title for Group or Channel (optional).
type String Yes Type: Group, Channel, Contact, or Bot.
version String Yes Profile version of the last updated Group or Channel.
language_code Integer Optional IETF language tag of the main Chat language. Returned only in getChat.
Regions String Optional Allowed region: returned only in getChat. If it is null, it means ‘All’.
description String Optional Chat description: returned only in getChat.
photo Photo Optional Chat photo: returned only in getChat.
category String Optional Chat category: returned only in getChat.
member_count Integer Optional Total chat members count: responses are only in getChat.
invite_link String Optional Chat invite link: returned only in getChat.
tagsDefinition Array of TagDefinitions Conditional List of Chat Tags.

Object

"chat": {
        "cancel": 0,
        "regions": null,
        "owner_id": "5455411223687741",
        "admin": null,
        "description": "Available",
        "welcome_message": null,
        "title": "Hello",
        "type": "Channel",
        "slotMax": 5,
        "inivite_link": "<https://join.ndbx.me/join?id=SzzFPuoDUdTiF4k2iXyJFFSB4XLIcBUjVXYbfuuJfos%3D&type=Channel&pay=0>",
        "language_code": null,
        "allDay": 0,
        "splash_config": null,
        "isPublic": 1,
        "startTime": 1590979113000,
        "id": "74441125874452101",
        "member_count": 3,
        "vapp": 0,
        "slotSpace": 0,
        "area": null,
        "classification": null,
        "version": "blake",
        "slotDuration": 9,
        "createdDate": 1599767443000,
        "parent_id": "4",
        "tagsDefinition": null,
        "endTime": 45214458723101,
        "category": "Materials",
        "fees_range": null,
        "splash": 0
    }