OSRS Plugin API
    Preparing search index...

    Enumeration ON_FRIEND_CHANNEL_TRANSMIT

    Event id for joining or leaving a friend chat channel. Calls the OnFriendChannelTransmitCallback.

    -- Create a function
    local friendChannelTransmit = function()
    osrs.print("Entered or left a friend chat channel")
    end
    -- Subscribe to the function
    osrs.Events.subscribe(friendChannelTransmit, osrs.Events.ON_FRIEND_CHANNEL_TRANSMIT)