Skip to content

ConfigureGroupLongPoll configuration

Arius Bronte edited this page Feb 23, 2020 · 1 revision

Basic usage

commands.ConfigureGroupLongPoll(0000000U);

Extended

commands.ConfigureGroupLongPoll(new GroupLongPollConfiguration
{
    GroupId = 0000000U,
    Wait = 25
});
Clone this wiki locally