MadelineProto/docs/API_docs/constructors/messageFwdHeader.md
2016-12-19 20:35:27 +03:00

526 B

Constructor: messageFwdHeader

Attributes:

Name Type Required
from_id int Optional
date int Required
channel_id int Optional
channel_post int Optional

Type:

MessageFwdHeader

Example:

$messageFwdHeader = ['_' => messageFwdHeader', 'from_id' => int, 'date' => int, 'channel_id' => int, 'channel_post' => int, ];