def post_title(self, post: Post) -> Message:
text = self.format_header(post)
return self.bot.send_message(chat_id=self.channel_id,
text=text,
disable_web_page_preview=True,
timeout=self.timeout)