Method: Wework::Api::Methods::Appchat#news_appchat_send

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

#news_appchat_send(chat_id, news = []) ⇒ Object



49
50
51
# File 'lib/wework/api/methods/appchat.rb', line 49

def news_appchat_send chat_id, news=[]
  appchat_send chat_id, {news: {articles: news}, msgtype: 'news'}
end