Interface IChatRoomCreationArgs

Hierarchy

  • IChatRoomCreationArgs

Properties

content_filter?: "filtered" | "none"

Set the content filter for the chatRoom. Default is 'none'.

title?: string

Optional title of the chat room. Default is null.

token_gates?: IChatRoomTokenGate[]

token gates for token gated chat. by default it will be empty array

visibility?: "members" | "everyone" | "producer"

Chatroom visibility. Default is 'everyone'.

Generated using TypeDoc