Layer 227
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 MessagesSavedGifsObj constructor
obj := &tg.MessagesSavedGifsObj{
    Hash: int64(1234567890),
    Gifs: &tg.VectorDocument{},
}