Documentation ¶
Index ¶
- Constants
- func CreateBasicReplyHandlerFunc(svcInterests interests.Service, groupId string, svcReader reader.Service, ...) service.ArgHandlerFunc
- func CreateBasicRequest(tgCtx telebot.Context) (err error)
- func ListFollowing(svcInterests interests.Service, svcReader reader.Service, ...) telebot.HandlerFunc
- func ListOnGroupStartHandlerFunc(svcInterests interests.Service, svcReader reader.Service, ...) telebot.HandlerFunc
- func ListPublicHandlerFunc(svcInterests interests.Service, svcReader reader.Service, ...) telebot.HandlerFunc
- func PageNext(svcInterests interests.Service, svcReader reader.Service, ...) service.ArgHandlerFunc
- func PageNextFollowing(svcInterests interests.Service, svcReader reader.Service, ...) service.ArgHandlerFunc
- func Start(tgCtx telebot.Context, svcInterests interests.Service, ...) (err error)
- func StartHandler(svcInterests interests.Service, svcReader reader.Service, ...) service.ArgHandlerFunc
- func Stop(svcReader reader.Service, urlCallbackBase string) service.ArgHandlerFunc
Constants ¶
View Source
const CmdPageNext = "subs_next"
View Source
const CmdPageNextFollowing = "following_next"
View Source
const CmdStart = "sub_start"
View Source
const CmdStop = "sub_stop"
View Source
const MsgFmtChatLinked = "Following the interest %s in this chat. " +
"New results will appear here. " +
"To manage own interests use the <a href=\"https://awakari.com/login.html\" target=\"blank\">app</a>."
View Source
const ReqSubCreate = "sub_create"
Variables ¶
This section is empty.
Functions ¶
func CreateBasicRequest ¶
func CreateBasicRequest(tgCtx telebot.Context) (err error)
func ListFollowing ¶
func ListPublicHandlerFunc ¶
func PageNextFollowing ¶
func StartHandler ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.