Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/grammy/mod.ts>Api#getStarTransactions

The Telegram Bot Framework.
Very Popular
Go to Latest
method Api.prototype.getStarTransactions
import { Api } from "https://deno.land/x/grammy@v1.25.1/mod.ts";

Returns the bot's Telegram Star transactions in chronological order. On success, returns a StarTransactions object.

Parameters

optional
other: Other<R, "getStarTransactions">

Optional remaining parameters, confer the official reference below

optional
signal: AbortSignal

Optional AbortSignal to cancel the request

Official reference: https://core.telegram.org/bots/api#getstartransactions