class functions.StickersCreateStickerSet extends Function<types.TypeMessagesStickerSet>import { functions } from "https://deno.land/x/mtkruto@0.1.118/mod.ts"; const { StickersCreateStickerSet } = functions; ConstructorsnewStickersCreateStickerSet(params: { masks?: true; animated?: true; videos?: true; emojis?: true; textColor?: true; userId: types.TypeInputUser; title: string; shortName: string; thumb?: types.TypeInputDocument; stickers: Array<types.TypeInputStickerSetItem>; software?: string; })Propertiesprotectedreadonly[id]protectedreadonly[params]: Paramsoptionalanimated: trueoptionalemojis: trueoptionalmasks: trueshortName: stringoptionalsoftware: stringstickers: Array<types.TypeInputStickerSetItem>optionaltextColor: trueoptionalthumb: types.TypeInputDocumenttitle: stringuserId: types.TypeInputUseroptionalvideos: trueStatic Propertiesreadonly[paramDesc]: ParamDesc