MCPcopy Create free account

hub / github.com/ShivangKakkar/Telegraph-Go-Bot / functions

Functions48 in github.com/ShivangKakkar/Telegraph-Go-Bot

↓ 10 callersFunctiongetArgs
(ctx *ext.Context)
helpers.go:27
↓ 7 callersFunctionGetUser
(id int64)
database.go:53
↓ 6 callersFunctiongetToken
(accountNumber string, b *gotgbot.Bot, ctx *ext.Context)
helpers.go:33
↓ 4 callersFunctionGetAllAccounts
func GetAccount(id int, token string) { }
database.go:93
↓ 3 callersFunctioneditAccount
Edit Account using different values
helpers.go:57
↓ 2 callersFunctionAddAccount
(id int64, token string)
database.go:69
↓ 2 callersFunctioncheckIfLengthy
(s string, b *gotgbot.Bot, ctx *ext.Context)
helpers.go:116
↓ 2 callersFunctiondownloadFile
(fileId string, b *gotgbot.Bot)
upload.go:45
↓ 2 callersFunctionextractHTMLFromReply
(b *gotgbot.Bot, ctx *ext.Context)
helpers.go:146
↓ 2 callersFunctiongetArgsCount
(ctx *ext.Context)
helpers.go:23
↓ 1 callersFunctionAddUser
(id int64)
database.go:36
↓ 1 callersFunctionGetAllUsers
Reset on new features [Not in Production] var _ = db.ResetModel(ctx, (*User)(nil))
database.go:27
↓ 1 callersFunctionRemoveAccount
(id int64, token string)
database.go:100
↓ 1 callersFunctionSetDefaultAccount
(id int64, token string)
database.go:80
↓ 1 callersFunctionUsersCount
()
database.go:117
↓ 1 callersFunctiongetString
(ctx *ext.Context)
helpers.go:18
↓ 1 callersFunctionlogTg
Logs to Telegram LOG_CHAT and prints to console
log.go:12
↓ 1 callersFunctiontoImgTag
(a []Img)
helpers.go:138
↓ 1 callersFunctionuploadToTelegraph
Returns link to telegraph uploaded media or error as string. String because, users should know the error. Weird logic anyway
upload.go:65
FunctionDeleteUser
(id int64)
database.go:44
Functionabout
(b *gotgbot.Bot, ctx *ext.Context)
basics.go:39
FunctionaboutCB
(b *gotgbot.Bot, ctx *ext.Context)
basics.go:203
Functionaccount
(b *gotgbot.Bot, ctx *ext.Context)
account.go:11
FunctionaddAccount
(b *gotgbot.Bot, ctx *ext.Context)
addAccount.go:11
FunctioncheckForDefaultAccount
(b *gotgbot.Bot, ctx *ext.Context)
preWorks.go:53
FunctiondirectUploadCB
(b *gotgbot.Bot, ctx *ext.Context)
tempStates.go:25
FunctioneditAuthorName
(b *gotgbot.Bot, ctx *ext.Context)
editAccount.go:18
FunctioneditAuthorURL
(b *gotgbot.Bot, ctx *ext.Context)
editAccount.go:13
FunctioneditPage
(b *gotgbot.Bot, ctx *ext.Context)
editPage.go:12
FunctioneditShortName
(b *gotgbot.Bot, ctx *ext.Context)
editAccount.go:8
FunctiongetAccount
(b *gotgbot.Bot, ctx *ext.Context)
getAccount.go:11
FunctiongetViews
(b *gotgbot.Bot, ctx *ext.Context)
getViews.go:11
Functionguide
(b *gotgbot.Bot, ctx *ext.Context)
basics.go:53
Functionhelp
(b *gotgbot.Bot, ctx *ext.Context)
basics.go:26
FunctionhelpCB
(b *gotgbot.Bot, ctx *ext.Context)
basics.go:185
FunctionhomeCB
------------------------- Callbacks ------------------------ //
basics.go:166
Functionhtml
(b *gotgbot.Bot, ctx *ext.Context)
basics.go:63
FunctionlistPages
(b *gotgbot.Bot, ctx *ext.Context)
listPages.go:11
Functionmain
()
main.go:17
FunctionnewAccount
(b *gotgbot.Bot, ctx *ext.Context)
newAccount.go:11
FunctionnewPage
(b *gotgbot.Bot, ctx *ext.Context)
newPage.go:12
FunctionpageUploadCB
(b *gotgbot.Bot, ctx *ext.Context)
tempStates.go:53
FunctionpreWorks
Change This As Per Convenience
preWorks.go:14
FunctionremoveAccount
(b *gotgbot.Bot, ctx *ext.Context)
removeAccount.go:10
FunctionsetTitle
(b *gotgbot.Bot, ctx *ext.Context)
title.go:14
Functionstart
------------------- Basic Commands ------------------ //
basics.go:12
Functionstats
(b *gotgbot.Bot, ctx *ext.Context)
stats.go:12
Functionupload
(b *gotgbot.Bot, ctx *ext.Context)
upload.go:14