OpenMessageContent

public struct OpenMessageContent : Codable, Equatable, TDFunction

Informs TDLib that the message content has been opened (e.g., the user has opened a photo, video, document, location or venue, or has listened to an audio file or voice note message). An updateMessageContentOpened update will be generated if something has changed

  • Undocumented

    Declaration

    Swift

    public typealias Result = Ok
  • Chat identifier of the message

    Declaration

    Swift

    public let chatId: Int53
  • Identifier of the message with the opened content

    Declaration

    Swift

    public let messageId: Int53
  • Informs TDLib that the message content has been opened (e.g., the user has opened a photo, video, document, location or venue, or has listened to an audio file or voice note message). An updateMessageContentOpened update will be generated if something has changed

    Declaration

    Swift

    public init(chatId: Int53, messageId: Int53)

    Parameters

    chatId

    Chat identifier of the message

    messageId

    Identifier of the message with the opened content