InlineObject3 class abstract

InlineObject3

Properties:

  • term - The term to match against username, full name, nickname and email
  • teamId - If provided, only search users on this team
  • notInTeamId - If provided, only search users not on this team
  • inChannelId - If provided, only search users in this channel
  • notInChannelId - If provided, only search users not in this channel. Must specifiy team_id when using this option
  • inGroupId - If provided, only search users in this group. Must have manage_system permission.
  • groupConstrained - When used with not_in_channel_id or not_in_team_id, returns only the users that are allowed to join the channel or team based on its group constrains.
  • allowInactive - When true, include deactivated users in the results
  • withoutTeam - Set this to true if you would like to search for users that are not on a team. This option takes precendence over team_id, in_channel_id, and not_in_channel_id.
  • limit - The maximum number of users to return in the results Available as of server version 5.6. Defaults to 100 if not provided or on an earlier server version.

Constructors

InlineObject3([void updates(InlineObject3Builder b)])
factory

Properties

allowInactive bool?
When true, include deactivated users in the results
no setter
groupConstrained bool?
When used with not_in_channel_id or not_in_team_id, returns only the users that are allowed to join the channel or team based on its group constrains.
no setter
hashCode int
The hash code for this object.
no setterinherited
inChannelId String?
If provided, only search users in this channel
no setter
inGroupId String?
If provided, only search users in this group. Must have manage_system permission.
no setter
limit int?
The maximum number of users to return in the results Available as of server version 5.6. Defaults to 100 if not provided or on an earlier server version.
no setter
notInChannelId String?
If provided, only search users not in this channel. Must specifiy team_id when using this option
no setter
notInTeamId String?
If provided, only search users not on this team
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
teamId String?
If provided, only search users on this team
no setter
term String
The term to match against username, full name, nickname and email
no setter
withoutTeam bool?
Set this to true if you would like to search for users that are not on a team. This option takes precendence over team_id, in_channel_id, and not_in_channel_id.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(InlineObject3Builder)) InlineObject3
Rebuilds the instance.
inherited
toBuilder() InlineObject3Builder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<InlineObject3>
no setter