UNPKG

@levellr/crossgram

Version:

Repost Tweets to Telegram automatically

7 lines (6 loc) 284 B
export declare class TwitterLinkUnshortener { static extractShortlinks(tweetText: string): string[]; static unshortenLinks(tweetText: string): Promise<string>; static unshortenLink(shortlink: string): Promise<string>; static isTwitterMediaUrl(url: string): boolean; }