File

teal-src/util/id.d.tl @ 11911:0e7dedd8b18d

MUC: Add room:set_affiliation_data()
author Matthew Wild <mwild1@gmail.com>
date Tue, 16 Nov 2021 12:57:04 +0000
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