Skip to content

Latest commit

 

History

History
83 lines (57 loc) · 3.24 KB

PoshGram.md

File metadata and controls

83 lines (57 loc) · 3.24 KB
Module Name Module Guid Download Help Link Help Version Locale
PoshGram
277b92bc-0ea9-4659-8f6c-ed5a1dfdfda2
NA
3.0.1
en-US

PoshGram Module

Description

PoshGram provides functionality to send various message types to a specified Telegram chat via the Telegram Bot API. Separate PowerShell functions are used for each message type. Checks are included to ensure that file extensions, and file size restrictions are adhered to based on Telegram requirements.

PoshGram Cmdlets

Retrieve information about Telegram custom emoji stickers using their identifiers.

Retrieve detailed information about a specified Telegram sticker pack.

Sends Telegram phone contact message via BOT API.

Sends Telegram animated emoji that will display a random value.

Sends Telegram animation message via Bot API from locally sourced animation

Sends Telegram audio message via Bot API from locally sourced file

Sends Telegram document message via Bot API from locally sourced file

Sends Telegram photo message via Bot API from locally sourced photo image

Sends Telegram sticker message via Bot API from locally sourced sticker image

Sends Telegram video message via Bot API from locally sourced file

Sends Telegram location to indicate point on map

Sends Telegram a group of photos, videos, documents, or audios as an album via Bot API from locally sourced media

Sends Telegram native poll.

Sends Telegram sticker message via Bot API by file_id or sticker pack emoji.

Send a text message via Telegram Bot API.

Sends Telegram animation message via Bot API from URL sourced animation image

Sends Telegram audio message via Bot API from URL sourced file

Sends Telegram document message via Bot API from URL sourced file

Sends Telegram photo message via Bot API from URL sourced photo image

Sends Telegram sticker message via Bot API from URL sourced sticker image

Sends Telegram video message via Bot API from URL sourced file

Sends Telegram information about a venue.

Validates Bot auth Token