File

teal-src/util/id.d.tl @ 12456:64722dcb0b8c 0.12

mod_storage_xep0227: Improve logging What were we looking at?
author Kim Alvefur <zash@zash.se>
date Tue, 29 Mar 2022 19:58:28 +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