Categorygithub.com/aliforever/go-telegram-bot-api
modulepackage
0.4.2
Repository: https://github.com/aliforever/go-telegram-bot-api.git
Documentation: pkg.go.dev

# README

Go-Telegram-Bot-API

Download

go get -u github.com/aliforever/go-telegram-bot-api

Import

import "github.com/aliforever/go-telegram-bot-api"

Usage

botToken := "" // Place your bot token here
bot, err := tgbotapi.NewTelegramBot(botToken)
if err != nil {
    fmt.Println(err)
    return
}

chatId := int64(0) // Place your chatId here
bot.Send(bot.Message().SetChatId(chatId).SetText("Hello!"))

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author