gpt

package
v0.0.0-...-666f9b9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 2, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bot

type Bot struct {
	Debug bool
	// contains filtered or unexported fields
}

func NewBot

func NewBot(token string) *Bot

func (*Bot) Start

func (gptBot *Bot) Start() error

type TelegramBot

type TelegramBot interface {
	Start() error
}

type WebhookBot

type WebhookBot struct {
	Bot
	// contains filtered or unexported fields
}

func NewWebhookBot

func NewWebhookBot(telegramBotToken string, webhookURL string) *WebhookBot

func (*WebhookBot) Start

func (gptBot *WebhookBot) Start() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL