MadelineProto/old_docs/API_docs_v51/constructors/messageFwdHeader.md

666 B

title description
messageFwdHeader messageFwdHeader attributes, type and example

Constructor: messageFwdHeader

Back to constructors index

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, ];