Sha256: fa6d70651e30a22cce29169ba5ca639c635abd22e4fa9a9cdd0cf36482d9941a
Contents?: true
Size: 583 Bytes
Versions: 3
Compression:
Stored size: 583 Bytes
Contents
module TD::Types # A chat member was restricted/unrestricted or banned/unbanned, or the list of their restrictions has changed. # # @attr user_id [Integer] Chat member user identifier. # @attr old_status [TD::Types::ChatMemberStatus] Previous status of the chat member. # @attr new_status [TD::Types::ChatMemberStatus] New status of the chat member. class ChatEventAction::MemberRestricted < ChatEventAction attribute :user_id, TD::Types::Integer attribute :old_status, TD::Types::ChatMemberStatus attribute :new_status, TD::Types::ChatMemberStatus end end
Version data entries
3 entries across 3 versions & 1 rubygems