Raw.account.UploadRingtone

Raw.account.UploadRingtone

Upload notification sound, use account.saveringtone to convert it and add it to the list of saved notification sounds.

account.uploadRingtone#831a83a2 file:InputFile file_name:string mime_type:string = Document;
export namespace Raw {
  export namespace account {
    export class UploadRingtone {
      constructor(params: { file: Raw.TypeInputFile; fileName: string; mimeType: string }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0x831a83a2

Property

Results

Raw.TypeDocument