NIMChatroomFetchMembersByTagRequest Class Reference

Inherits from NSObject
Declared in NIMChatroomTagRequest.h

Overview

Request to get members by tag

  roomId

Chat room ID

@property (nullable, nonatomic, copy) NSString *roomId

Discussion

Chat room ID

Declared In

NIMChatroomTagRequest.h

  tag

Tag

@property (nullable, nonatomic, copy) NSString *tag

Discussion

Tag

Declared In

NIMChatroomTagRequest.h

  lastMember

The last member anchor, excluding this member. * A value of nil starts the query from the current time or from the first page.

@property (nullable, nonatomic, strong) NIMChatroomMember *lastMember

Discussion

The last member anchor, excluding this member. * A value of nil starts the query from the current time or from the first page.

Declared In

NIMChatroomTagRequest.h

  limit

Get number of members in a chat room

@property (nonatomic, assign) NSUInteger limit

Discussion

Get number of members in a chat room

Declared In

NIMChatroomTagRequest.h