pytwitcherapi.chat.connection.Event3

class pytwitcherapi.chat.connection.Event3(type, source, target, arguments=None, tags=None)[source]

Bases: irc.client.Event

An IRC event with tags

See tag specification.

__init__(type, source, target, arguments=None, tags=None)[source]

Initialize a new event

Parameters:
  • type (str) – a string describing the event
  • source (irc.client.NickMask | str) – The originator of the event. NickMask or server
  • target (str) – The target of the event
  • arguments (list | None) – Any specific event arguments
Raises:

None

Methods

__init__(type, source, target[, arguments, tags]) Initialize a new event