class
TD::InternalLinkType::PassportDataRequest
Included Modules
- JSON::Serializable
Defined in:
telegram/types/internal_link_type/passport_data_request.crConstructors
- .new(bot_user_id : Int64, scope : String, public_key : String, nonce : String, callback_url : String)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #bot_user_id : Int64
- #bot_user_id=(bot_user_id : Int64)
- #callback_url : String
- #callback_url=(callback_url : String)
- #nonce : String
- #nonce=(nonce : String)
- #object_type : String
- #object_type=(object_type : String)
- #public_key : String
- #public_key=(public_key : String)
- #scope : String
- #scope=(scope : String)
Instance methods inherited from class TD::Base
extract_abstract_type(__json : JSON::Any)
extract_abstract_type,
extract_type(__json : JSON::Any, class_type : Class)
extract_type
Macros inherited from class TD::Base
object_attributes(type)
object_attributes,
object_type(type)
object_type
Constructor Detail
def self.new(bot_user_id : Int64, scope : String, public_key : String, nonce : String, callback_url : String)
#