GetSupergroupFullInfo
public struct GetSupergroupFullInfo : Codable, Equatable, TDFunction
Returns full information about a supergroup or a channel by its identifier, cached for up to 1 minute
-
Undocumented
Declaration
Swift
public typealias Result = SupergroupFullInfo -
Supergroup or channel identifier
Declaration
Swift
public let supergroupId: Int32 -
Returns full information about a supergroup or a channel by its identifier, cached for up to 1 minute
Declaration
Swift
public init(supergroupId: Int32)Parameters
supergroupIdSupergroup or channel identifier
View on GitHub
Install in Dash
GetSupergroupFullInfo Structure Reference