Update telegram bot task, user view, and type definitions
- Modified telegram bot task implementation - Updated domain users index view - Updated telegram-bot-ruby type shims
This commit is contained in:
@@ -25,10 +25,16 @@ module Telegram
|
||||
params(
|
||||
chat_id: T.untyped,
|
||||
text: String,
|
||||
parse_mode: T.nilable(String),
|
||||
reply_to_message_id: T.untyped,
|
||||
).returns(Telegram::Bot::Types::Message)
|
||||
end
|
||||
def send_message(chat_id:, text:, reply_to_message_id: nil)
|
||||
def send_message(
|
||||
chat_id:,
|
||||
text:,
|
||||
parse_mode: nil,
|
||||
reply_to_message_id: nil
|
||||
)
|
||||
end
|
||||
|
||||
sig do
|
||||
|
||||
Reference in New Issue
Block a user