telegramx.js

MessageOriginUser

interface

The message was originally sent by a known user.

Declaration

interface MessageOriginUser 

Properties

dateproperty#
date: number;

Date the message was sent originally in Unix time

sender_userproperty#
sender_user: User;

User that sent the message originally

typeproperty#
type: 'user';

Type of the message origin, always "user"