Module: Telegram::Bot::Types::Compactable
- Included in:
- Base
- Defined in:
- sig/telegram/bot/types/base.rbs
Instance Method Summary collapse
Instance Method Details
#to_compact_hash ⇒ Hash[Symbol, untyped]
6 |
# File 'sig/telegram/bot/types/base.rbs', line 6
def to_compact_hash: () -> Hash[Symbol, untyped]
|
#to_json ⇒ String
7 |
# File 'sig/telegram/bot/types/base.rbs', line 7
def to_json: (*untyped args) -> String
|