Skip to content

Conversation Invitations Plugin

Nihal Mirpuri edited this page Jun 20, 2015 · 4 revisions

Requires plugin: convtools_invitations

Admins

Config options (Version 2.4.2 and above)

  • Disable automatic re-invites for users leaving chats
'disable_invites_on_exit': true

Issuing Invites

/bot invite
  <wildcard:1-149> // can create wildcard invites
  to <conv_id> // bot must be member, must be group chat. If not specified, creates new conversation
  from <conv_id> // bot must be member, must be group chat. If not specified, default is the current chat
  users <user_ids> // If not specified, invites all users from 'from' chat

Handling Invites

/bot invite list // lists all pending invites
/bot invite purge // purges all pending invites

Examples

/bot invite 3 to Ut2o3djom8coqam8ocqw8AaaA from Utasome9cmalisdmcoisdAaaA
invites three people from the old chat to the new chat

/bot invite 109182309812983192830 to Ut2o3djom8coqam8ocqw8AaaA
invites specific user to specific chat

User Commands

Accepting an Invite

/bot rsvp
  show all applicable invites (including wildcards)
/bot rsvp <id>
  claim invite

# ## ###

Clone this wiki locally