我想在“比赛”之后,发送一个介绍消息给所有的比赛。你知道容易寄出的方法吗?(我使用Bluestacks)
提前谢谢。致以问候。
发布于 2016-12-20 17:14:37
只需在session.dialog('/')中传递session.send(<your message here>),它将为所有匹配项发送消息。
session.dialog('/')
session.send(<your message here>)
https://stackoverflow.com/questions/24134036
相似问题