16 lines
434 B
Markdown
16 lines
434 B
Markdown
---
|
|
title: full chat info
|
|
description: chat attributes, type and example
|
|
---
|
|
## Constructor: FullInfo
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |Description|
|
|
|----------|---------------|----------|-----------|
|
|
|partial|[Info](Info.md) | Yes|Info object|
|
|
|last_update|[int](API_docs/types/int.md) | Yes|unixdate|
|
|
|full|[ChatFull](API_docs/types/ChatFull.md) or [UserFull](API_docs/types/UserFull.md) | Yes|full info|
|