File

teal-src/util/id.d.tl @ 11625:04abe65b8067

mod_storage_sql: Fix for move of yes/no function (Thanks Kasim)
author Kim Alvefur <zash@zash.se>
date Mon, 21 Jun 2021 17:31:17 +0200
parent 11459:86904555bffc
line wrap: on
line source

local record lib
	short : function () : string
	medium : function () : string
	long : function () : string
	custom : function (integer) : function () : string

end
return lib