teleproto - v1.229.0
GitHub
npm
Issues
Preparing search index...
Api
stats
BroadcastStats
Class BroadcastStats
Hierarchy (
View Summary
)
VirtualClass
<
{
enabledNotifications
:
TypeStatsPercentValue
;
followers
:
TypeStatsAbsValueAndPrev
;
followersGraph
:
TypeStatsGraph
;
growthGraph
:
TypeStatsGraph
;
interactionsGraph
:
TypeStatsGraph
;
ivInteractionsGraph
:
TypeStatsGraph
;
languagesGraph
:
TypeStatsGraph
;
muteGraph
:
TypeStatsGraph
;
newFollowersBySourceGraph
:
TypeStatsGraph
;
period
:
TypeStatsDateRangeDays
;
reactionsByEmotionGraph
:
TypeStatsGraph
;
reactionsPerPost
:
TypeStatsAbsValueAndPrev
;
reactionsPerStory
:
TypeStatsAbsValueAndPrev
;
recentPostsInteractions
:
TypePostInteractionCounters
[]
;
sharesPerPost
:
TypeStatsAbsValueAndPrev
;
sharesPerStory
:
TypeStatsAbsValueAndPrev
;
storyInteractionsGraph
:
TypeStatsGraph
;
storyReactionsByEmotionGraph
:
TypeStatsGraph
;
topHoursGraph
:
TypeStatsGraph
;
viewsBySourceGraph
:
TypeStatsGraph
;
viewsPerPost
:
TypeStatsAbsValueAndPrev
;
viewsPerStory
:
TypeStatsAbsValueAndPrev
;
}
,
>
BroadcastStats
Index
Constructors
constructor
Methods
from
Reader
serialize
Bytes
serialize
Date
get
Bytes
to
JSON
Properties
class
Name
class
Type
CONSTRUCTOR_
ID
SUBCLASS_
OF_
ID
class
Name
class
Type
CONSTRUCTOR_
ID
enabled
Notifications
followers
followers
Graph
growth
Graph
interactions
Graph
iv
Interactions
Graph
languages
Graph
mute
Graph
new
Followers
By
Source
Graph
original
Args
period
reactions
By
Emotion
Graph
reactions
Per
Post
reactions
Per
Story
recent
Posts
Interactions
shares
Per
Post
shares
Per
Story
story
Interactions
Graph
story
Reactions
By
Emotion
Graph
SUBCLASS_
OF_
ID
top
Hours
Graph
views
By
Source
Graph
views
Per
Post
views
Per
Story
Constructors
constructor
new
BroadcastStats
(
args
:
{
enabledNotifications
:
StatsPercentValue
;
followers
:
StatsAbsValueAndPrev
;
followersGraph
:
TypeStatsGraph
;
growthGraph
:
TypeStatsGraph
;
interactionsGraph
:
TypeStatsGraph
;
ivInteractionsGraph
:
TypeStatsGraph
;
languagesGraph
:
TypeStatsGraph
;
muteGraph
:
TypeStatsGraph
;
newFollowersBySourceGraph
:
TypeStatsGraph
;
period
:
StatsDateRangeDays
;
reactionsByEmotionGraph
:
TypeStatsGraph
;
reactionsPerPost
:
StatsAbsValueAndPrev
;
reactionsPerStory
:
StatsAbsValueAndPrev
;
recentPostsInteractions
:
TypePostInteractionCounters
[]
;
sharesPerPost
:
StatsAbsValueAndPrev
;
sharesPerStory
:
StatsAbsValueAndPrev
;
storyInteractionsGraph
:
TypeStatsGraph
;
storyReactionsByEmotionGraph
:
TypeStatsGraph
;
topHoursGraph
:
TypeStatsGraph
;
viewsBySourceGraph
:
TypeStatsGraph
;
viewsPerPost
:
StatsAbsValueAndPrev
;
viewsPerStory
:
StatsAbsValueAndPrev
;
}
,
)
:
BroadcastStats
Parameters
args
:
{
enabledNotifications
:
StatsPercentValue
;
followers
:
StatsAbsValueAndPrev
;
followersGraph
:
TypeStatsGraph
;
growthGraph
:
TypeStatsGraph
;
interactionsGraph
:
TypeStatsGraph
;
ivInteractionsGraph
:
TypeStatsGraph
;
languagesGraph
:
TypeStatsGraph
;
muteGraph
:
TypeStatsGraph
;
newFollowersBySourceGraph
:
TypeStatsGraph
;
period
:
StatsDateRangeDays
;
reactionsByEmotionGraph
:
TypeStatsGraph
;
reactionsPerPost
:
StatsAbsValueAndPrev
;
reactionsPerStory
:
StatsAbsValueAndPrev
;
recentPostsInteractions
:
TypePostInteractionCounters
[]
;
sharesPerPost
:
StatsAbsValueAndPrev
;
sharesPerStory
:
StatsAbsValueAndPrev
;
storyInteractionsGraph
:
TypeStatsGraph
;
storyReactionsByEmotionGraph
:
TypeStatsGraph
;
topHoursGraph
:
TypeStatsGraph
;
viewsBySourceGraph
:
TypeStatsGraph
;
viewsPerPost
:
StatsAbsValueAndPrev
;
viewsPerStory
:
StatsAbsValueAndPrev
;
}
Returns
BroadcastStats
Methods
Static
from
Reader
fromReader
(
reader
:
any
)
:
BroadcastStats
Parameters
reader
:
any
Returns
BroadcastStats
Static
serialize
Bytes
serializeBytes
(
data
:
string
|
Buffer
<
ArrayBufferLike
>
)
:
Buffer
Parameters
data
:
string
|
Buffer
<
ArrayBufferLike
>
Returns
Buffer
Static
serialize
Date
serializeDate
(
date
:
number
|
Date
)
:
Buffer
Parameters
date
:
number
|
Date
Returns
Buffer
get
Bytes
getBytes
()
:
Buffer
Returns
Buffer
to
JSON
toJSON
()
:
{
enabledNotifications
:
StatsPercentValue
;
followers
:
StatsAbsValueAndPrev
;
followersGraph
:
TypeStatsGraph
;
growthGraph
:
TypeStatsGraph
;
interactionsGraph
:
TypeStatsGraph
;
ivInteractionsGraph
:
TypeStatsGraph
;
languagesGraph
:
TypeStatsGraph
;
muteGraph
:
TypeStatsGraph
;
newFollowersBySourceGraph
:
TypeStatsGraph
;
period
:
StatsDateRangeDays
;
reactionsByEmotionGraph
:
TypeStatsGraph
;
reactionsPerPost
:
StatsAbsValueAndPrev
;
reactionsPerStory
:
StatsAbsValueAndPrev
;
recentPostsInteractions
:
TypePostInteractionCounters
[]
;
sharesPerPost
:
StatsAbsValueAndPrev
;
sharesPerStory
:
StatsAbsValueAndPrev
;
storyInteractionsGraph
:
TypeStatsGraph
;
storyReactionsByEmotionGraph
:
TypeStatsGraph
;
topHoursGraph
:
TypeStatsGraph
;
viewsBySourceGraph
:
TypeStatsGraph
;
viewsPerPost
:
StatsAbsValueAndPrev
;
viewsPerStory
:
StatsAbsValueAndPrev
;
}
Returns
{
enabledNotifications
:
StatsPercentValue
;
followers
:
StatsAbsValueAndPrev
;
followersGraph
:
TypeStatsGraph
;
growthGraph
:
TypeStatsGraph
;
interactionsGraph
:
TypeStatsGraph
;
ivInteractionsGraph
:
TypeStatsGraph
;
languagesGraph
:
TypeStatsGraph
;
muteGraph
:
TypeStatsGraph
;
newFollowersBySourceGraph
:
TypeStatsGraph
;
period
:
StatsDateRangeDays
;
reactionsByEmotionGraph
:
TypeStatsGraph
;
reactionsPerPost
:
StatsAbsValueAndPrev
;
reactionsPerStory
:
StatsAbsValueAndPrev
;
recentPostsInteractions
:
TypePostInteractionCounters
[]
;
sharesPerPost
:
StatsAbsValueAndPrev
;
sharesPerStory
:
StatsAbsValueAndPrev
;
storyInteractionsGraph
:
TypeStatsGraph
;
storyReactionsByEmotionGraph
:
TypeStatsGraph
;
topHoursGraph
:
TypeStatsGraph
;
viewsBySourceGraph
:
TypeStatsGraph
;
viewsPerPost
:
StatsAbsValueAndPrev
;
viewsPerStory
:
StatsAbsValueAndPrev
;
}
Properties
Static
class
Name
className
:
string
Static
class
Type
classType
:
"constructor"
|
"request"
Static
CONSTRUCTOR_
ID
CONSTRUCTOR_ID
:
number
Static
SUBCLASS_
OF_
ID
SUBCLASS_OF_ID
:
number
class
Name
className
:
"stats.BroadcastStats"
class
Type
classType
:
"constructor"
CONSTRUCTOR_
ID
CONSTRUCTOR_ID
:
963421692
enabled
Notifications
enabledNotifications
:
StatsPercentValue
followers
followers
:
StatsAbsValueAndPrev
followers
Graph
followersGraph
:
TypeStatsGraph
growth
Graph
growthGraph
:
TypeStatsGraph
interactions
Graph
interactionsGraph
:
TypeStatsGraph
iv
Interactions
Graph
ivInteractionsGraph
:
TypeStatsGraph
languages
Graph
languagesGraph
:
TypeStatsGraph
mute
Graph
muteGraph
:
TypeStatsGraph
new
Followers
By
Source
Graph
newFollowersBySourceGraph
:
TypeStatsGraph
original
Args
originalArgs
:
{
enabledNotifications
:
StatsPercentValue
;
followers
:
StatsAbsValueAndPrev
;
followersGraph
:
TypeStatsGraph
;
growthGraph
:
TypeStatsGraph
;
interactionsGraph
:
TypeStatsGraph
;
ivInteractionsGraph
:
TypeStatsGraph
;
languagesGraph
:
TypeStatsGraph
;
muteGraph
:
TypeStatsGraph
;
newFollowersBySourceGraph
:
TypeStatsGraph
;
period
:
StatsDateRangeDays
;
reactionsByEmotionGraph
:
TypeStatsGraph
;
reactionsPerPost
:
StatsAbsValueAndPrev
;
reactionsPerStory
:
StatsAbsValueAndPrev
;
recentPostsInteractions
:
TypePostInteractionCounters
[]
;
sharesPerPost
:
StatsAbsValueAndPrev
;
sharesPerStory
:
StatsAbsValueAndPrev
;
storyInteractionsGraph
:
TypeStatsGraph
;
storyReactionsByEmotionGraph
:
TypeStatsGraph
;
topHoursGraph
:
TypeStatsGraph
;
viewsBySourceGraph
:
TypeStatsGraph
;
viewsPerPost
:
StatsAbsValueAndPrev
;
viewsPerStory
:
StatsAbsValueAndPrev
;
}
period
period
:
StatsDateRangeDays
reactions
By
Emotion
Graph
reactionsByEmotionGraph
:
TypeStatsGraph
reactions
Per
Post
reactionsPerPost
:
StatsAbsValueAndPrev
reactions
Per
Story
reactionsPerStory
:
StatsAbsValueAndPrev
recent
Posts
Interactions
recentPostsInteractions
:
TypePostInteractionCounters
[]
shares
Per
Post
sharesPerPost
:
StatsAbsValueAndPrev
shares
Per
Story
sharesPerStory
:
StatsAbsValueAndPrev
story
Interactions
Graph
storyInteractionsGraph
:
TypeStatsGraph
story
Reactions
By
Emotion
Graph
storyReactionsByEmotionGraph
:
TypeStatsGraph
SUBCLASS_
OF_
ID
SUBCLASS_OF_ID
:
2146587688
top
Hours
Graph
topHoursGraph
:
TypeStatsGraph
views
By
Source
Graph
viewsBySourceGraph
:
TypeStatsGraph
views
Per
Post
viewsPerPost
:
StatsAbsValueAndPrev
views
Per
Story
viewsPerStory
:
StatsAbsValueAndPrev
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
from
Reader
serialize
Bytes
serialize
Date
get
Bytes
to
JSON
Properties
class
Name
class
Type
CONSTRUCTOR_
ID
SUBCLASS_
OF_
ID
class
Name
class
Type
CONSTRUCTOR_
ID
enabled
Notifications
followers
followers
Graph
growth
Graph
interactions
Graph
iv
Interactions
Graph
languages
Graph
mute
Graph
new
Followers
By
Source
Graph
original
Args
period
reactions
By
Emotion
Graph
reactions
Per
Post
reactions
Per
Story
recent
Posts
Interactions
shares
Per
Post
shares
Per
Story
story
Interactions
Graph
story
Reactions
By
Emotion
Graph
SUBCLASS_
OF_
ID
top
Hours
Graph
views
By
Source
Graph
views
Per
Post
views
Per
Story
GitHub
npm
Issues
teleproto - v1.229.0
Loading...