Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
app_pusher
main
Top Level Namespace
AppPusher
App
SReminderSettings
SRuntimeCreditDealObject
SSocialMediaConnection
SSocialMediaVerified
SURLConfig
Config
FeatureKeys
Lang
ObjectSubscriber
TelegramPushService
MsgItem
Statistics
TextFormat
Generated using Crystal 1.14.0
2024-11-26 07:17:34 UTC
struct
AppPusher::
TelegramPushService::
Statistics
AppPusher::TelegramPushService::Statistics
Struct
Value
Object
Defined in:
app_pusher/push.cr
Constructors
.new
(success : UInt64 =
0_u64
, failed : UInt64 =
0_u64
)
Instance Method Summary
#failed
: UInt64
#failed=
(failed : UInt64)
#success
: UInt64
#success=
(success : UInt64)
Constructor Detail
def self.
new
(success : UInt64 =
0_u64
, failed : UInt64 =
0_u64
)
#
[
View source
]
Instance Method Detail
def
failed
: UInt64
#
[
View source
]
def
failed=
(failed : UInt64)
#
[
View source
]
def
success
: UInt64
#
[
View source
]
def
success=
(success : UInt64)
#
[
View source
]