mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
is_receiving - is_watching.
This commit is contained in:
@ -70,7 +70,7 @@ type MemberState struct {
|
||||
Event string `json:"event,omitempty"`
|
||||
ID string `json:"id,omitempty"`
|
||||
IsConnected bool `json:"is_connected"`
|
||||
IsReceiving bool `json:"is_receiving"`
|
||||
IsWatching bool `json:"is_watching"`
|
||||
}
|
||||
|
||||
type MemberData struct {
|
||||
|
Reference in New Issue
Block a user