class Tourmaline::BusinessConnection
- Tourmaline::BusinessConnection
- Reference
- Object
Overview
Describes the connection of the bot with a business account.
Included Modules
- JSON::Serializable
Defined in:
tourmaline/types/api.crConstructors
- .new(id : String, user : Tourmaline::User, user_chat_id : Int32 | Int64, date : Time, can_reply : Bool, is_enabled : Bool)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#can_reply=(can_reply : Bool)
True, if the bot can act on behalf of the business account in chats that were active in the last 24 hours
-
#can_reply? : Bool
True, if the bot can act on behalf of the business account in chats that were active in the last 24 hours
-
#date : Time
Date the connection was established in Unix time
-
#date=(date : Time)
Date the connection was established in Unix time
-
#id : String
Unique identifier of the business connection
-
#id=(id : String)
Unique identifier of the business connection
-
#is_enabled=(is_enabled : Bool)
True, if the connection is active
-
#is_enabled? : Bool
True, if the connection is active
-
#user : Tourmaline::User
Business account user that created the business connection
-
#user=(user : Tourmaline::User)
Business account user that created the business connection
-
#user_chat_id : Int32 | Int64
Identifier of a private chat with the user who created the business connection.
-
#user_chat_id=(user_chat_id : Int32 | Int64)
Identifier of a private chat with the user who created the business connection.
Constructor Detail
Instance Method Detail
True, if the bot can act on behalf of the business account in chats that were active in the last 24 hours
True, if the bot can act on behalf of the business account in chats that were active in the last 24 hours
Identifier of a private chat with the user who created the business connection. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a 64-bit integer or double-precision float type are safe for storing this identifier.
Identifier of a private chat with the user who created the business connection. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a 64-bit integer or double-precision float type are safe for storing this identifier.