Skip to content
On this page

Post Widget

Post Widget

You can embed messages from public groups and channels anywhere.

Official Telegram documentation

Demo

Usage

vue
<script setup>
import { WidgetPost } from 'televue'
</script>

<template>
  <WidgetPost post="televuenews/3" />
</template>

Props

PropertyTypeDefaultOptions
poststringRequired prop
widthstring'100%'
author-photostring'auto''auto', 'show' or 'hide'
dark-modebooleanfalse
accentstringColor in hex format
dark-accentstringColor in hex format

Try an official configurator to learn more about widget options

Released under the MIT License.