-
Undocumented
Declaration
Swift
public typealias Result = Ok -
Chat identifier
Declaration
Swift
public let chatId: Int53 -
Identifiers of the messages to be deleted
Declaration
Swift
public let messageIds: [Int53] -
Pass true to try to delete messages for all chat members. Always true for supergroups, channels and secret chats
Declaration
Swift
public let revoke: Bool -
Deletes messages
Parameters
chatIdChat identifier
messageIdsIdentifiers of the messages to be deleted
revokePass true to try to delete messages for all chat members. Always true for supergroups, channels and secret chats
View on GitHub
Install in Dash
DeleteMessages Structure Reference