Реклама
Публикация поста в Телеграм канале
{
"name": "send_post_to_telegram_channel",
"description": "Publish post in Telegram channel",
"parameters": {
"type": "object",
"properties": {
"bot_token": {
"type": "string",
"description": "Bot token from @BotFather",
},
"channel_id": {
"type": "string",
"description": "Channel name (strating with @) or channel ID ",
},
"post_text": {
"type": "string",
"description": "Message to post in HTML format",
},
"post_foto": {
"type": "string",
"description": "Post foto URL. May be empty.",
},
"post_video": {
"type": "string",
"description": "Post video URL. May be empty.",
},
"post_file": {
"type": "string",
"description": "Post file URL. May be empty.",
},
},
"required": ["bot_token", "channel_id", "post_text", "post_foto", "post_video", "post_file"],
},
},Публикация поста в несколько Телеграм каналов из Google таблицы
Получение постов из публичного Телеграм канала
Получение постов из публичного Телеграм канала v2
Получение статистики из Яндекс.Директ
Отправить уведомление в Telegram
Last updated