UpdateType
public enum UpdateType
The updated type of a message
-
File thumbnail was updated
Declaration
Swift
case fileThumbnail([RemoteFile]) -
A message was edited
Declaration
Swift
case message(MesssageChange)
View on GitHub
UpdateType Enumeration Reference