telegramx.js

ApproveSuggestedPostParams

interface

Declaration

interface ApproveSuggestedPostParams 

Properties

chat_idproperty#
chat_id: number;

Unique identifier for the target direct messages chat

message_idproperty#
message_id: number;

Identifier of a suggested post message to approve

send_dateproperty#
send_date?: number;

Point in time (Unix timestamp) when the post is expected to be published; omit if the date has already been specified when the suggested post was created. If specified, then the date must be not more than 2678400 seconds (30 days) in the future.