MadelineProto/docs/API_docs/constructors/msg_new_detailed_info.md

27 lines
622 B
Markdown
Raw Normal View History

---
title: msg_new_detailed_info
description: msg_new_detailed_info attributes, type and example
---
## Constructor: msg\_new\_detailed\_info
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|answer\_msg\_id|[long](../types/long.md) | Required|
|bytes|[int](../types/int.md) | Required|
|status|[int](../types/int.md) | Required|
### Type: [MsgDetailedInfo](../types/MsgDetailedInfo.md)
### Example:
```
$msg_new_detailed_info = ['_' => msg_new_detailed_info, 'answer_msg_id' => long, 'bytes' => int, 'status' => int, ];
```