module Bot
    module Types
      class MessageOriginChat < Base
        attribute :type, Types::String.constrained(eql: 'chat').default('chat')
        attribute :date, Types::Integer