tg/invoice.go

18 lines
254 B
Go
Raw Permalink Normal View History

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
}