MadelineProto/docs/MTProto_docs/constructors/msg_detailed_info.md

28 lines
667 B
Markdown
Raw Normal View History

---
title: msg_detailed_info
description: msg_detailed_info attributes, type and example
---
## Constructor: msg\_detailed\_info
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|msg\_id|[long](../types/long.md) | 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_detailed_info = ['_' => 'msg_detailed_info', 'msg_id' => long, 'answer_msg_id' => long, 'bytes' => int, 'status' => int, ];
```