GetUserFullInfo
public struct GetUserFullInfo : Codable, Equatable, TDFunction
Returns full information about a user by their identifier
-
Undocumented
Declaration
Swift
public typealias Result = UserFullInfo -
User identifier
Declaration
Swift
public let userId: Int32 -
Returns full information about a user by their identifier
Declaration
Swift
public init(userId: Int32)Parameters
userIdUser identifier
View on GitHub
Install in Dash
GetUserFullInfo Structure Reference