Public Member Functions | |
| FAccelByteModelsChatUpdateTopicRequest (const FString &TopicId=TEXT(""), const FString &Name=TEXT(""), bool IsJoinable=false) | |
Public Attributes | |
| FString | TopicId {} |
| Topic Id to be updated. | |
| FString | Name {} |
| New Group Name. | |
| bool | IsJoinable { false } |
| Whether topic is joinable by other non-topic-member or not. | |