Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { Bot *API.Bot Session *API.ResponseLongPoll Scenes *scene.Scenes Wait int // contains filtered or unexported fields }
Options - basic configuration structure Bot - pointer to the bot parameters Session - pointer to the session, received from the Create function Scenes - pointer to the list of scenes to process the types of events Wait - time of waiting for the next request
func (*Options) EndlessListen ¶
Click to show internal directories.
Click to hide internal directories.