Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>account_SavedRingtoneConverted_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class account_SavedRingtoneConverted_
import { account_SavedRingtoneConverted_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

The notification sound was not in MP3 format and was successfully converted and saved, use the returned Document to refer to the notification sound from now on

Constructors

new
account_SavedRingtoneConverted_(params: { document: enums.Document; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
document: enums.Document

The converted notification sound

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc