@darkwolf/telegram-bot.lazy.cjs
Version:
Telegram Bot API
17 lines (15 loc) • 607 B
JavaScript
class InlineQueryResultType {}
InlineQueryResultType.ARTICLE = 'article'
InlineQueryResultType.PHOTO = 'photo'
InlineQueryResultType.GIF = 'gif'
InlineQueryResultType.MPEG4_GIF = 'mpeg4_gif'
InlineQueryResultType.VIDEO = 'video'
InlineQueryResultType.AUDIO = 'audio'
InlineQueryResultType.VOICE = 'voice'
InlineQueryResultType.DOCUMENT = 'document'
InlineQueryResultType.LOCATION = 'location'
InlineQueryResultType.VENUE = 'venue'
InlineQueryResultType.CONTACT = 'contact'
InlineQueryResultType.GAME = 'game'
InlineQueryResultType.STICKER = 'sticker'
module.exports = InlineQueryResultType