File

teal-src/util/id.d.tl @ 12516:d76ac22f3571

util.stanza: Document error conditions in Teal definition Gets you nice error messages if you make a typo in with error_reply()
author Kim Alvefur <zash@zash.se>
date Tue, 17 May 2022 17:05:15 +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