Type alias TelegramClientOptions

TelegramClientOptions: Omit<ResolvedTelegramClientOptions, "baseUrl"> & TokenOrBaseUrl

Options for the Telegram client. Either a token or a base URL must be provided.