Найти в Дзене

Tools


functions

namespace

# Tools

## functions

namespace functions {

// Publish post in Telegram channel

type send_post_to_telegram_channel = (_: {

// Bot token from @BotFather

bot_token: string,

// Channel name (strating with @) or channel ID

channel_id: string,

// Message to post in HTML format

post_text: string,

// Post foto URL. May be empty.

post_foto: string,

// Post video URL. May be empty.

post_video: string,

// Post file URL. May be empty.

post_file: string,

}) => any;

}

// namespace functions
Tools  functions  namespace  # Tools  ## functions  namespace functions {  // Publish post in Telegram channel  type send_post_to_telegram_channel = (_: {  // Bot token from @BotFather  bot_token:...
Около минуты