ultra-telegram-framework
    Preparing search index...

    Class GasApiClient

    Abstract core describing the transport layer.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    baseUrl: string

    Accessors

    Methods

    • Sends a request to the Telegram API.

      Type Parameters

      • T

      Parameters

      • method: string

        method name

      • payload: Record<string, unknown> = {}

        parameters object

      Returns Promise<T>

      Promise<T>