Method: TalkService::Client#sendChatRemoved

Defined in:
lib/linerb/gen-rb/talk_service.rb

#sendChatRemoved(seq, chatMid, lastMessageId, sessionId) ⇒ Object



497
498
499
500
# File 'lib/linerb/gen-rb/talk_service.rb', line 497

def sendChatRemoved(seq, chatMid, lastMessageId, sessionId)
  send_sendChatRemoved(seq, chatMid, lastMessageId, sessionId)
  recv_sendChatRemoved()
end