Layer 220
constructor
messages.savedGifs#84a02a0d hash:long gifs:Vector<Document> = messages.SavedGifs;

Parameters

Name Type Description
Hash long Hash used for caching, for more info click here
Gifs Vector<Document> List of saved gifs

Gogram Example

// Creating MessagesSavedGifs constructor
obj := &tg.MessagesSavedGifs{
    Hash: int64(0),
    Gifs: []tg.Document{&tg.Document{}},
}