Contents

Support Managers

Aerielle Kiyori
English
offline
Anomelli Mellow
English
offline
show offline managers  
English, Hindi, Russian  

SBSL Event: group_notice

Have a question? Ask at SmartBots DevPortal!

DevPortal is a blog and forum for developers. Ask your questions to get a prompt reply!

Continue to DevPortal



This event is being fired when bot receives a group notice.

Variables

This event has the following variables:

  • $group_name - the group name
  • $group_uuid - the group UUID
  • $sender_name - the name of the sender
  • $subject - notice subject
  • $message - notice text

Note: unfortunately, SL does not report the sender's UUID within notice. If you absolutely need the sender's UUID in your script, please contact us for workaround.

Return back to events list.