mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 16:07:21 +01:00
519 B
519 B
title | description |
---|---|
msgs_all_info | msgs_all_info attributes, type and example |
Constructor: msgs_all_info
Attributes:
Name | Type | Required |
---|---|---|
msg_ids | Array of long | Required |
info | bytes | Required |
Type: MsgsAllInfo
Example:
$msgs_all_info = ['_' => msgs_all_info, 'msg_ids' => [Vector t], 'info' => bytes, ];