Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TeleBoxOrg/TeleBox_Plugins
/ add
Method
add
trace/trace.ts:101–103 ·
view source on GitHub ↗
(str: string)
Source
from the content-addressed store, hash-verified
99
private entities: Api.TypeMessageEntity[] = [];
100
101
add(str: string): void {
102
this.text += str;
103
}
104
105
addLine(str: string): void {
106
this.text += str +
'\n'
;
Callers
15
scheduleTimeout
Method · 0.45
handleAv
Method · 0.45
getAdminIds
Function · 0.45
DbdjPlugin
Class · 0.45
estimateDepletionDate
Function · 0.45
scheduleTimer
Function · 0.45
extractDNSData
Function · 0.45
handleEnhancedLotteryJoin
Function · 0.45
getSendAsIdentitySet
Function · 0.45
handleDelete
Method · 0.45
findAndSendVideo
Method · 0.45
trackTimer
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected