RoomInvitation
自动通过入群邀请
Last updated
Was this helpful?
自动通过入群邀请
Last updated
Was this helpful?
自动通过入群邀请
Kind: global class
⇒ Promise <void>
⇒ Promise <Contact>
⇒ Promise <string>
⇒ Promise <string>
⇒ Promise <Date>
⇒ Promise <number>
Promise <void>
自动通过入群邀请
Kind: instance method of Example
Promise <Contact>
获取发送入群邀请的联系人。
Promise <string>
获取需要进的群的群名称.
Promise <Date>
获取发送入群邀请的时间。
Promise <number>
获取入群邀请的时间间隔。
例如:入群邀请的发送时间在 8:43:01
, 当我们在Wechaty 上收到这个信息的时间是 8:43:15
, 那么 age() 的值为: 8:43:15 - 8:43:01 = 14 (seconds)
Kind: instance method of Example
Kind: instance method of Example
Kind: instance method of Deprecated:: 请使用
Kind: instance method of
Kind: instance method of