Constructor: mediaAreaChannelPost
Represents a channel post.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
coordinates | MediaAreaCoordinates | Yes | The size and location of the media area corresponding to the location sticker on top of the story media. |
channel_id | long | Yes | The channel that posted the message |
msg_id | int | Yes | ID of the channel message |
Type: MediaArea
Example:
$mediaAreaChannelPost = ['_' => 'mediaAreaChannelPost', 'coordinates' => MediaAreaCoordinates, 'channel_id' => long, 'msg_id' => int];