|
|
@ -16,6 +16,7 @@ type RunOptions struct { |
|
|
|
HideExploding bool // Ignore exploding messages
|
|
|
|
HideExploding bool // Ignore exploding messages
|
|
|
|
Dev bool // Subscribe to dev channel messages
|
|
|
|
Dev bool // Subscribe to dev channel messages
|
|
|
|
Wallet bool // Subscribe to wallet events
|
|
|
|
Wallet bool // Subscribe to wallet events
|
|
|
|
|
|
|
|
Convs bool // Subscribe to new-conversation events
|
|
|
|
FilterChannel chat1.ChatChannel // Only subscribe to messages from specified channel
|
|
|
|
FilterChannel chat1.ChatChannel // Only subscribe to messages from specified channel
|
|
|
|
FilterChannels []chat1.ChatChannel // Only subscribe to messages from specified channels
|
|
|
|
FilterChannels []chat1.ChatChannel // Only subscribe to messages from specified channels
|
|
|
|
} |
|
|
|
} |
|
|
|