Class GlobalSearchMessagesRequest
public class GlobalSearchMessagesRequest : MessageSearchRequest
- Inheritance
-
objectGlobalSearchMessagesRequest
- Inherited Members
Properties
ContextChannelId
Channel ID for context when searching across multiple channels
[JsonProperty("context_channel_id")]
public ulong? ContextChannelId { get; set; }
Property Value
ContextGuildId
Guild ID for context when searching across multiple guilds
[JsonProperty("context_guild_id")]
public ulong? ContextGuildId { get; set; }
Property Value
SpecificChannelIds
Specific channel IDs to search in
[JsonProperty("channel_ids")]
public HashSet<ulong>? SpecificChannelIds { get; set; }