1.0 KiB
1.0 KiB
title | description | image |
---|---|---|
messageFwdHeader | Forwarded message info | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messageFwdHeader
Forwarded message info
Attributes:
Name | Type | Required | Description |
---|---|---|---|
from_id | int | Optional | From ID |
date | int | Yes | Date |
channel_id | int | Optional | Channel ID |
channel_post | int | Optional | Channel post |
post_author | string | Optional | Post author |
Type: MessageFwdHeader
Example:
$messageFwdHeader = ['_' => 'messageFwdHeader', 'from_id' => int, 'date' => int, 'channel_id' => int, 'channel_post' => int, 'post_author' => 'string'];
Or, if you're into Lua:
messageFwdHeader={_='messageFwdHeader', from_id=int, date=int, channel_id=int, channel_post=int, post_author='string'}