haskell-tdlib-2.1.10.0: Binding to the Telegram Database Library
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Query.SetProfileAudioPosition

Synopsis

Documentation

data SetProfileAudioPosition Source #

Changes position of an audio file in the profile audio files of the current user. Returns Ok

Constructors

SetProfileAudioPosition 

Fields

  • file_id :: Maybe Int

    Identifier of the file from profile audio files, which position will be changed

  • after_file_id :: Maybe Int

    Identifier of the file from profile audio files after which the file will be positioned; pass 0 to move the file to the beginning of the list