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_hashHash[Symbol, untyped]

Returns:

  • (Hash[Symbol, untyped])


6
# File 'sig/telegram/bot/types/base.rbs', line 6

def to_compact_hash: () -> Hash[Symbol, untyped]

#to_jsonString

Parameters:

  • args (Object)

Returns:

  • (String)


7
# File 'sig/telegram/bot/types/base.rbs', line 7

def to_json: (*untyped args) -> String