Module: Telegram::EventType

Defined in:
lib/telegram/events.rb

Overview

Define Event Types

See Also:

Since:

  • [0.1.0]

Constant Summary collapse

UNKNOWN_EVENT =

Unknown Event

Since:

  • [0.1.0]

-1
# Service
# @since [0.1.0]
SERVICE =

Service

Since:

  • [0.1.0]

0
RECEIVE_MESSAGE =

Receive Message

Since:

  • [0.1.0]

1
SEND_MESSAGE =

Send Message

Since:

  • [0.1.0]

2
ONLINE_STATUS =

Online Status Changes

Since:

  • [0.1.0]

3