PushReceiverId
public struct PushReceiverId : Codable, Equatable, FunctionResult
Contains a globally unique push receiver identifier, which can be used to identify which account has received a push notification
-
The globally unique identifier of push notification subscription
Declaration
Swift
public let id: TDInt64 -
Contains a globally unique push receiver identifier, which can be used to identify which account has received a push notification
Declaration
Swift
public init(id: TDInt64)Parameters
idThe globally unique identifier of push notification subscription
View on GitHub
Install in Dash
PushReceiverId Structure Reference