Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Filters

Index

Functions

Const FromGroup

  • FromGroup(groupId: number): (message: MessageType, str: string) => boolean

Const SentBy

  • SentBy(id: number): (message: MessageType, str: string) => boolean

Const SentToGroup

  • SentToGroup(groupId: number): (message: MessageType, str: string) => boolean

Const TextContains

  • TextContains(text: string): (message: MessageType, str: string) => boolean

Const TextEndsWith

  • TextEndsWith(text: string): (message: MessageType, str: string) => boolean

Const TextEquals

  • TextEquals(text: string): (message: MessageType, str: string) => boolean

Const TextStartsWith

  • TextStartsWith(text: string): (message: MessageType, str: string) => boolean

Generated using TypeDoc