GetChatPinnedMessage
public struct GetChatPinnedMessage : Codable, Equatable, TDFunction
Returns information about a pinned chat message
-
Undocumented
Declaration
Swift
public typealias Result = Message -
Identifier of the chat the message belongs to
Declaration
Swift
public let chatId: Int53 -
Returns information about a pinned chat message
Declaration
Swift
public init(chatId: Int53)Parameters
chatIdIdentifier of the chat the message belongs to
View on GitHub
Install in Dash
GetChatPinnedMessage Structure Reference