Telegram API Server v4

80+ endpoints — Modular architecture — Auto-reconnect

🚀 О&tkcy;&krcy;ыть панель

Dialogs & Messages 16

GET/api/dialogs
GET/api/messages/:chatId
POST/api/send
POST/api/messages/send
POST/api/messages/send-media
PUT/api/messages/:chatId/:msgId
DEL/api/messages/:chatId/:msgId
POST/api/messages/forward
POST/api/messages/:chatId/:msgId/pin
DEL/api/messages/:chatId/:msgId/pin
POST/api/messages/:chatId/read
GET/api/messages/:chatId/search
POST/api/messages/:chatId/schedule
GET/api/messages/:chatId/scheduled
POST/api/messages/:chatId/:msgId/reaction
GET/api/messages/:chatId/:msgId/download

Users & Contacts 11

GET/api/users/:userId
GET/api/users/:userId/avatar
GET/api/users/:userId/photos
GET/api/users/resolve/:username
GET/api/contacts
GET/api/contacts/search
POST/api/contacts
DEL/api/contacts/:userId
POST/api/contacts/block
POST/api/contacts/unblock
GET/api/contacts/blocked

Groups 9

POST/api/groups
GET/api/groups/:id
PUT/api/groups/:id
DEL/api/groups/:id
GET/api/groups/:id/members
POST/api/groups/:id/members
DEL/api/groups/:id/members/:userId
PUT/api/groups/:id/members/:userId/admin
GET/api/groups/:id/invite-link

Channels 10

POST/api/channels
GET/api/channels/:id
PUT/api/channels/:id
DEL/api/channels/:id
GET/api/channels/:id/members
POST/api/channels/:id/members
PUT/api/channels/:id/members/:userId/admin
PUT/api/channels/:id/members/:userId/ban
GET/api/channels/:id/invite-link
POST/api/channels/join

Folders 8

GET/api/folders
GET/api/folders/paid
POST/api/folders/paid/add-chat
POST/api/folders/create
GET/api/folders/:id/rules
POST/api/folders/:id/add-chat
DEL/api/folders/:id/remove-chat/:chatId
GET/api/folders/:id

Media & Search & Other 14

GET/api/media/:chatId/:msgId/download
POST/api/media/upload
GET/api/search/global
GET/api/account/profile
PUT/api/account/profile
POST/api/account/photo
POST/api/account/typing
GET/api/stickers/sets
GET/api/stickers/sets/:shortName
POST/api/messages/send-sticker
GET/api/drafts
PUT/api/drafts/:chatId
DEL/api/drafts/:chatId
GET/api/health

Real-time & Bulk 7

GET/api/updates/sse
POST/api/webhooks
GET/api/webhooks
DEL/api/webhooks/:id
POST/api/bulk/send
POST/api/bulk/forward
POST/api/bulk/folders/add