UNPKG

tg-torrent-bot

Version:

A telegram bot implementation for torrents search and download.

7 lines (6 loc) 143 B
export default class PendingUser { constructor(chatId, languageCode) { this.chatId = chatId; this.languageCode = languageCode; } }