Verse using statement |
using { /Verse.org/Chat } |
chat_channel<public>(member_info:member_info_interface):chat_channel(member_info)
This function is a parametric type, meaning it returns a class or interface rather than a value or object instance.
Parameters
chat_channel takes the following parameters:
| Name | Type | Description |
|---|---|---|
member_info |
member_info_interface |
Generated Class
chat_channel returns the parametric class chat_channel(member_info).
Attributes, Specifiers, and Effects
Specifiers
The following specifiers determine how you can interact with chat_channel in your programs. For the complete list of specifiers, see the Specifiers Page.
| Specifier | Meaning |
|---|---|
public |
The identifier is universally accessible. You can use this on modules, classes, interfaces, structs, enums, methods, and data. |