DocumentChat implements Item
Table of Contents
Interfaces
Properties
- $chatId : int
- $documentId : int
- $id : int|null
- $type : DocumentChatType
Methods
- __construct() : mixed
Properties
$chatId
public
int
$chatId
$documentId
public
int
$documentId
$id
public
int|null
$id
= null
$type
public
DocumentChatType
$type
Methods
__construct()
public
__construct(int $documentId, int $chatId, DocumentChatType $type[, int|null $id = null ]) : mixed
Parameters
- $documentId : int
- $chatId : int
- $type : DocumentChatType
- $id : int|null = null