Request for Query Topic.
More...
#include <AccelByteChatModels.h>
|
|
| FAccelByteModelsChatQueryTopicRequest (const FString &Keyword=TEXT(""), int Offset=0, int Limit=10) |
|
|
FString | Keyword {} |
| | Alias for group name, used as a filter. Leave at default value empty to hit all matched result.
|
| int | Offset {0} |
| int | Limit {10} |
◆ Limit
| int FAccelByteModelsChatQueryTopicRequest::Limit {10} |
- Parameters
-
| Limit | - Max count of returned results from the most recent e.g. if user has 100 topics, limit 20 will only return the last 20 (100 - 81) |
◆ Offset
| int FAccelByteModelsChatQueryTopicRequest::Offset {0} |
Result offset from most recent e.g. if user has 100 topics, offset 25 means result will start from 75