package
Version:
v0.0.0-...-cb1629c
Opens a new window with list of versions in this module.
Published: Nov 17, 2024
License: Unlicense
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Handler struct {
Bot *telebot.Bot
DB *storage.DB
}
type TagesschauResponse struct {
BreakingNews []struct {
Id string `json:"id"`
Headline string `json:"headline"`
Text string `json:"text"`
Url string `json:"url"`
Date string `json:"date"`
} `json:"breakingNews"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.