removed notofications for now
This commit is contained in:
6
types.go
6
types.go
@ -10,7 +10,7 @@ type botReply struct {
|
|||||||
|
|
||||||
// ConvOptions stores team specific options like custom servers
|
// ConvOptions stores team specific options like custom servers
|
||||||
type ConvOptions struct {
|
type ConvOptions struct {
|
||||||
ConvID string `json:"converation_id,omitempty"`
|
ConvID string `json:"converation_id,omitempty"`
|
||||||
NotificationsEnabled bool `json:"notifications_enabled,omitempty"`
|
//NotificationsEnabled bool `json:"notifications_enabled,omitempty"`
|
||||||
CustomURL string `json:"custom_url,omitempty"`
|
CustomURL string `json:"custom_url,omitempty"`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user