mirror of
https://onedev.fprog.nl/DiscordClient
synced 2026-03-12 06:34:08 +01:00
Set offset to int.
This commit is contained in:
parent
0df6ae6932
commit
4baac35064
|
|
@ -69,7 +69,7 @@ public class DiscordUserClient
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
public async Task<GuildMessageSearchResponse?> SearchGuildMessages(
|
public async Task<GuildMessageSearchResponse?> SearchGuildMessages(
|
||||||
string guildId,
|
string guildId,
|
||||||
ulong offset,
|
int offset,
|
||||||
string? authorId = null
|
string? authorId = null
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue