Skip to content

GramIO API Reference / gramio/dist / UploadStickerFileParams

Interface: UploadStickerFileParams

Defined in: @gramio/types/out/params.d.ts:3701

Params object for uploadStickerFile method

Properties

PropertyTypeDescriptionDefined in
stickerBlobA file with the sticker in .WEBP, .PNG, .TGS, or .WEBM format. See https://core.telegram.org/stickers for technical requirements. More information on Sending Files »@gramio/types/out/params.d.ts:3709
sticker_formatUploadStickerFileStickerFormatFormat of the sticker, must be one of “static”, “animated”, “video”@gramio/types/out/params.d.ts:3713
user_idnumberUser identifier of sticker file owner@gramio/types/out/params.d.ts:3705