mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
1.1 KiB
1.1 KiB
title | description | nav_exclude | image |
---|---|---|---|
inputChannelFromMessage | Defines a min channel that was seen in a certain message of a certain chat. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputChannelFromMessage
Defines a min channel that was seen in a certain message of a certain chat.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
peer | Username, chat ID, Update, Message or InputPeer | Optional | The chat where the channel was seen |
msg_id | int | Yes | The message ID in the chat where the channel was seen |
channel_id | long | Yes | The channel ID |
Type: InputChannel
Example:
$inputChannelFromMessage = ['_' => 'inputChannelFromMessage', 'peer' => InputPeer, 'msg_id' => int, 'channel_id' => long];