class
TD::ChatInviteLink
- TD::ChatInviteLink
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/chat_invite_link.crConstructors
- .new(invite_link : String, name : String, creator_user_id : Int64, date : Int32, edit_date : Int32, expiration_date : Int32, member_limit : Int32, member_count : Int32, pending_join_request_count : Int32, creates_join_request : Bool = false, is_primary : Bool = false, is_revoked : Bool = false)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #creates_join_request : Bool
- #creates_join_request=(creates_join_request : Bool)
- #creator_user_id : Int64
- #creator_user_id=(creator_user_id : Int64)
- #date : Int32
- #date=(date : Int32)
- #edit_date : Int32
- #edit_date=(edit_date : Int32)
- #expiration_date : Int32
- #expiration_date=(expiration_date : Int32)
- #invite_link : String
- #invite_link=(invite_link : String)
- #is_primary : Bool
- #is_primary=(is_primary : Bool)
- #is_revoked : Bool
- #is_revoked=(is_revoked : Bool)
- #member_count : Int32
- #member_count=(member_count : Int32)
- #member_limit : Int32
- #member_limit=(member_limit : Int32)
- #name : String
- #name=(name : String)
- #object_type : String
- #object_type=(object_type : String)
- #pending_join_request_count : Int32
- #pending_join_request_count=(pending_join_request_count : Int32)
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(invite_link : String, name : String, creator_user_id : Int64, date : Int32, edit_date : Int32, expiration_date : Int32, member_limit : Int32, member_count : Int32, pending_join_request_count : Int32, creates_join_request : Bool = false, is_primary : Bool = false, is_revoked : Bool = false)
#