tg/invoice.go
2023-10-22 20:41:01 +03:00

17 lines
254 B
Go

package tg
import (
tgbotapi "github.com/go-telegram-bot-api/telegram-bot-api/v5"
)
type InvoiceCompo struct {
*MessageCompo
tgbotapi.InvoiceConfig
}
func (compo *InvoiceCompo) SendConfig(
sid SessionId, bot *Bot,
) (*SendConfig) {
return nil
}