The translation was generated automatically and may contain mistakes
Чат
The chat object contains the following fields:
id
integer
Interview ID.
type
string
Type of dialogue.
title
string
Title of conversation.
admin_id
integer
User ID, which is the creator of the conversation.
users
array
List of identifiers ( integer participants in the conversation.
push_settings
object
Setting up alerts for dialogue. An object with fields:
- •
sound(integer) — indicates whether the sound of alerts is on (1— включен,0— отключен); - •
disabled_until(integer) — indicates to what time the alerts for the chat are disabled.-1permanently (indefinitely).
photo_50
string
URL of a 50px wide chat cover image (if available).
photo_100
string
URL of a 100 px wide chat cover image (if available).
photo_200
string
URL of a 200 px wide chat cover image (if available).
photo_base
string
URL of a 400 px wide chat cover image (if available). Add a GET parameter cs=<size>x<size> where size= 50 | 100 | 200 An image of appropriate size can be obtained.
left
integer
A flag indicating that the user has left the conversation. It always contains 1 .
kicked
integer
A flag indicating that the user has been excluded from the conversation. It always contains 1 .