class
TD::ChatInviteLinkMember
- TD::ChatInviteLinkMember
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/chat_invite_link_member.crConstructors
- .new(user_id : Int64, joined_chat_date : Int32, approver_user_id : Int64)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #approver_user_id : Int64
- #approver_user_id=(approver_user_id : Int64)
- #joined_chat_date : Int32
- #joined_chat_date=(joined_chat_date : Int32)
- #object_type : String
- #object_type=(object_type : String)
- #user_id : Int64
- #user_id=(user_id : Int64)