|
@@ -42961,6 +42961,25 @@ return {
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ {
|
|
|
+ name = "getCount",
|
|
|
+ summary = "Get the number of messages in the Channel.",
|
|
|
+ description = "Returns the number of messages in the Channel.",
|
|
|
+ key = "Channel:getCount",
|
|
|
+ module = "lovr.thread",
|
|
|
+ variants = {
|
|
|
+ {
|
|
|
+ arguments = {},
|
|
|
+ returns = {
|
|
|
+ {
|
|
|
+ name = "count",
|
|
|
+ type = "number",
|
|
|
+ description = "The number of messages in the Channel."
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
name = "hasRead",
|
|
|
summary = "Get whether a message has been read.",
|