class ExtendedMessageBox

Constants

FIELDS
HIDDENATMESSAGEID
ID
LASTDELIVEREDMESSAGEID
LASTMESSAGES
LASTREMOVEDMESSAGEID
LASTREMOVEDTIME
LASTSEENMESSAGEID
MIDTYPE
UNREADCOUNT

Public Instance Methods

struct_fields() click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 14576
def struct_fields; FIELDS; end
validate() click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 14578
def validate
  unless @midType.nil? || ::P0_a_e_a_b_ad::VALID_VALUES.include?(@midType)
    raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field midType!')
  end
end