ClearRecentStickers

public struct ClearRecentStickers : Codable, Equatable, TDFunction

Clears the list of recently used stickers

  • Undocumented

    Declaration

    Swift

    public typealias Result = Ok
  • Pass true to clear the list of stickers recently attached to photo or video files; pass false to clear the list of recently sent stickers

    Declaration

    Swift

    public let isAttached: Bool
  • Clears the list of recently used stickers

    Declaration

    Swift

    public init(isAttached: Bool)

    Parameters

    isAttached

    Pass true to clear the list of stickers recently attached to photo or video files; pass false to clear the list of recently sent stickers