Discover Packages
github.com/umputun/tg-spam
lib
spamcheck
package
Version:
v1.6.1
Opens a new window with list of versions in this module.
Published: Jan 7, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Request struct {
Msg string `json:"msg"`
UserID string `json:"user_id"`
UserName string `json:"user_name"`
}
Request is a request to check a message for spam.
type Response struct {
Name string `json:"name"`
Spam bool `json:"spam"`
Details string `json:"details"`
}
Response is a result of spam check.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.