UnpinChatMessage
public struct UnpinChatMessage : Codable, Equatable, TDFunction
Removes the pinned message from a chat; requires can_pin_messages rights in the group or channel
-
Undocumented
Declaration
Swift
public typealias Result = Ok -
Identifier of the chat
Declaration
Swift
public let chatId: Int53 -
Removes the pinned message from a chat; requires can_pin_messages rights in the group or channel
Declaration
Swift
public init(chatId: Int53)Parameters
chatIdIdentifier of the chat
View on GitHub
Install in Dash
UnpinChatMessage Structure Reference