Type Alias: ApiTelegramAuth

@torque-labs/torque-ts-sdkDocs


@torque-labs/torque-ts-sdk / ApiTelegramAuth

Type Alias: ApiTelegramAuth

type ApiTelegramAuth: {
  pubKey: string;
  publisherPubKey: string;
  telegram: string;
};

Telegram auth response.

Type declaration

NameType

pubKey

string

publisherPubKey?

string

telegram?

string

Defined in

src/types/api.ts:217

Last updated