MadelineProto/docs/API_docs/constructors/messageFwdHeader.md

502 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 = ['from_id' => int, 'date' => int, 'channel_id' => int, 'channel_post' => int, ];