Implements pollUpdates
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
type Conversation struct {
|
||||
Date time.Time `json:"date"`
|
||||
Participants []string `json:"participantDisplayNames"`
|
||||
DisplayName *string `json:"displayName"` // Optional
|
||||
DisplayName *string `json:"displayName,omitempty"` // Optional
|
||||
UnreadCount int `json:"unreadCount"`
|
||||
LastMessagePreview string `json:"lastMessagePreview"`
|
||||
Guid string `json:"guid"`
|
||||
|
||||
Reference in New Issue
Block a user