UNPKG

tgsnake

Version:

Telegram MTProto framework for nodejs.

6 lines (5 loc) 540 B
export * as Medias from './Medias/index.js'; export * as ReplyMarkups from './ReplyMarkup.js'; export { Message, type TypeMessage } from './Message.js'; export { InlineQuery, ChosenInlineResult, type TypeInlineQuery, type TypeChosenInlineResult, } from './inlineQuery.js'; export { ShippingQuery, PreCheckoutQuery, ShippingAddress, OrderInfo, type TypeShippingQuery, type TypeSuccessfulPayment, type TypeShippingOption, type TypeOrderInfo, type TypeLabeledPrice, type TypeShippingAddress, type TypePreCheckoutQuery, } from './Shipping.js';