https://github.com/bots-go-framework/bots-fw-telegram-models
DB models for Telegram Bots Framework
https://github.com/bots-go-framework/bots-fw-telegram-models
Last synced: 9 days ago
JSON representation
DB models for Telegram Bots Framework
- Host: GitHub
- URL: https://github.com/bots-go-framework/bots-fw-telegram-models
- Owner: bots-go-framework
- License: mit
- Created: 2023-05-06T06:54:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-04T21:57:20.000Z (11 days ago)
- Last Synced: 2026-02-05T09:52:14.853Z (10 days ago)
- Language: Go
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bots-fw-telegram-models
DB models for [Telegram Bots Framework](https://github.com/bots-go-framework/bots-fw-telegram)
## Dependants:
- [`github.com/bots-go-framework/bots-fw`](https://github.com/bots-go-framework/bots-fw)
- [`github.com/bots-go-framework/bots-fw-telegram`](https://github.com/bots-go-framework/bots-fw-telegram)
## Interfaces
- [`TgChatData`](botsfwtgmodels/chat.go) - interface for Telegram chat data
- [`TgChatInstanceData`](botsfwtgmodels/chat_instance.go) - interface for Telegram chat instance data
## Structs
- [`TgBotUserData`](botsfwtgmodels/bot_user.go) - struct for Telegram user data - implements `botsfw.BotUser`
- [`TgChatBase`](botsfwtgmodels/chat_base.go) - base struct for Telegram chat data.
Can be used directly or embedded in other structs.
- [`TgChatInstanceBaseData`](botsfwtgmodels/chat_instance.go) - base struct for Telegram chat instance data.
Can be used directly or embedded in other structs.