Layer 220
constructor
messages.foundStickersNotModified#6010c534 flags:# next_offset:flags.0?int = messages.FoundStickers;

Parameters

Name Type Description
Flags # Flags, see TL conditional fields
NextOffset flags.0?int Offset for pagination

Gogram Example

// Creating MessagesFoundStickersNotModified constructor
obj := &tg.MessagesFoundStickersNotModified{

    // Optional fields:
    // NextOffset: 0,
}