Method: Wechat::Concern::Draft#draft_switch

Defined in:
lib/wechat/concern/draft.rb

#draft_switch(checkonly: true) ⇒ Object



37
38
39
# File 'lib/wechat/concern/draft.rb', line 37

def draft_switch(checkonly: true)
  post 'draft/switch', nil, params: { checkonly: (checkonly ? 1 : 0) }
end