Method: Wework::Api::Methods::Appchat#appchat_create

Defined in:
lib/wework/api/methods/appchat.rb

#appchat_create(group_name, owner_id, group_user_ids, chat_id) ⇒ Object



8
9
10
11
12
13
14
# File 'lib/wework/api/methods/appchat.rb', line 8

def appchat_create group_name, owner_id, group_user_ids, chat_id
  post 'appchat/create',
    name: group_name,
    owner: owner_id,
    userlist: group_user_ids,
    chatid: chat_id
end