Method: KHL::HTTP::DirectMessage#create
- Defined in:
- lib/khl/http/direct_message.rb
#create(content, options = {}) ⇒ KHL::HTTP::Response
发送私信聊天消息
33 34 35 |
# File 'lib/khl/http/direct_message.rb', line 33 def create(content, = {}) post(.merge(content: content)) end |