Loading...
Searching...
No Matches
FAccelByteModelsChatCreateTopicRequest Struct Reference
Public Member Functions
FAccelByteModelsChatCreateTopicRequest
(const FString &
Name
=TEXT(""), const TSet< FString > &
Members
={}, const TSet< FString > &
Admins
={}, bool
IsJoinable
=false)
Public Attributes
FString
Name
{}
Friendly name of the chat topic (alias), usable as keyword in QueryTopic.
TSet< FString >
Members
{}
UserIds to be added to the chat topic.
TSet< FString >
Admins
{}
UserIds to be added to the chat topic as admin.
bool
IsJoinable
{false}
Whether new user can join this group topic without invitation from admin.