Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MasterchatOptions

Hierarchy

  • MasterchatOptions

Index

Properties

axiosInstance?: AxiosInstance
credentials?: string | Credentials

you can grab Credentials using extra/credential-fetcher

mode?: "live" | "replay"

set live chat mode

if undefined,
live -> OK
archive -> OK

if "live":
live -> OK
archive -> throw DisabledChatError

if "replay":
live -> throw DisabledChatError
archive -> OK

Generated using TypeDoc