is_channel_post property

bool is_channel_post
read / write

True, if the message is a channel post. All messages to channels are channel posts, all other messages are not channel posts.

Implementation

late bool is_channel_post;