Layer 220
constructor
updateFolderPeers#19360dc0 folder_peers:Vector<FolderPeer> pts:int pts_count:int = Update;

Parameters

Name Type Description
FolderPeers Vector<FolderPeer> New peer list
Pts int Event count after generation
PtsCount int Number of events that were generated

Returns

Update

Gogram Example

// Creating UpdateFolderPeers constructor
obj := &tg.UpdateFolderPeers{
    FolderPeers: []tg.FolderPeer{&tg.FolderPeer{}},
    Pts: 0,
    PtsCount: 0,
}