File

teal-src/util/id.d.tl @ 12891:93ce4244d433

MUC: Start on a Teal description of MUC rooms Started as part of a documentation project for the MUC API
author Kim Alvefur <zash@zash.se>
date Mon, 20 Feb 2023 15:08:06 +0100
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