Работа с телеграм API

Материал из wiki-MyMakerBot
Версия от 19:46, 26 июня 2019; Sergahell (обсуждение | вклад)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)

🏠 Главная страница📖 Список функцийРабота с телеграм API


tg_deleteMessage

🔗 Удалить сообщение

Use this method to delete a message, including service messages, with the following limitations: - A message can only be deleted if it was sent less than 48 hours ago. - Bots can delete outgoing messages in private chats, groups, and supergroups. - Bots can delete incoming messages in private chats. - Bots granted can_post_messages permissions can delete outgoing messages in channels. - If the bot is an administrator of a group, it can delete any message there. - If the bot has can_delete_messages permission in a supergroup or a channel, it can delete any message there. Returns True on success.

tg_editmessagecaption

🔗 Отредактировать заголовок

Use this method to edit captions of messages. On success, if edited message is sent by the bot, the edited Message is returned, otherwise True is returned.

tg_editmessagemedia

🔗 Отредактировать медиа

Use this method to edit animation, audio, document, photo, or video messages. If a message is a part of a message album, then it can be edited only to a photo or a video. Otherwise, message type can be changed arbitrarily. When inline message is edited, new file can't be uploaded. Use previously uploaded file via its file_id or specify a URL. On success, if the edited message was sent by the bot, the edited Message is returned, otherwise True is returned.

tg_editmessagereplymarkup

🔗 Отредактировать только кнопки

Use this method to edit only the reply markup of messages. On success, if edited message is sent by the bot, the edited Message is returned, otherwise True is returned.

tg_editmessagetext

🔗 Отредактировать сообщение

Use this method to edit text and game messages. On success, if edited message is sent by the bot, the edited Message is returned, otherwise True is returned.

tg_exportchatinvitelink

🔗 Выгрузить ссылку на чат

tg_forwardmessage

🔗 Переслать сообщение

tg_getchat

🔗 Получить информацию о чате

tg_getchatadministrators

🔗 Получить список администраторов

tg_getchatmember

🔗 ПОлучить информацию о члене

tg_getchatmemberscount

🔗 Получить количество участников

tg_getMe

🔗 Получить информацию о боте

tg_kickchatmember

🔗 Выгнать пользователя из чата

tg_leavechat

🔗 Покинуть чат

tg_pinchatmessage

🔗 Запинить сообщение

tg_promotechatmember

🔗 Повысить права пользователя

tg_restrictchatmember

🔗 Ограничить пользователя

tg_sendanimation

🔗 Отправить анимацию

tg_sendaudio

🔗 Отправить аудио

tg_sendaudiofile

🔗 Отправить аудиофайл

tg_sendchataction

🔗 Отправить фейковое сообщение

tg_sendcontact

🔗 Отправить контакт

tg_senddocument

🔗 Отправить документ

tg_sendgame

🔗 Отправить игру

tg_sendinvoice

🔗 Отправить инвойс

tg_sendlocation

🔗 Отправить локацию

tg_sendmediagroup

🔗 Отправить медиагруппу

tg_sendmessage

🔗 Отправить сообщение

tg_sendphoto

🔗 Отправить фото

tg_sendpoll

🔗 Отправить голосование

tg_sendsticker

🔗 Отправить стикер

tg_sendvenue

🔗 Отправить метку

tg_sendvideo

🔗 Отправить видео

tg_sendvideofile

🔗 Отправить видеофайл

tg_sendvoice

🔗 Отправить голос

tg_setchatdescription

🔗 Изменить описание чата

tg_stopPoll

🔗 Остановить голосование

tg_unbanchatmember

🔗 Разбанить пользователя

tg_unpinchatmessage

🔗 Снять пин с сообщения