import Foundation import Postbox struct ChatPresentationInterfaceState { let interfaceState: ChatInterfaceState let peer: Peer? }