You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** * Use this method to get the bot's Telegram Star transactions. * On success, returns a [StarTransactions](https://core.telegram.org/bots/api#startransactions) object. * @param {Object} [options] Additional Telegram query options * @return {Promise} * @see https://core.telegram.org/bots/api#startransactions */getStarTransactions(form={}){returnthis._request('getStarTransactions',{ form });}
This code adds getStarTransactions method and required type (https://core.telegram.org/bots/api#getstartransactions)
src/telegram.js
test/telegram.js
type definitions index.d.ts (https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-telegram-bot-api)
The text was updated successfully, but these errors were encountered: