MadelineProto/docs/MTProto_docs/constructors/msg_new_detailed_info.md

29 lines
628 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:
```
2016-12-30 21:21:36 +01:00
$msg_new_detailed_info = ['_' => 'msg_new_detailed_info', 'answer_msg_id' => long, 'bytes' => int, 'status' => int, ];
```