ultra-telegram-framework
    Preparing search index...

    Interface PollMedia

    At most one of the optional fields can be present in any given object.

    interface PollMedia {
        animation?: Animation;
        audio?: Audio;
        document?: Document;
        live_photo?: LivePhoto;
        location?: Location;
        photo?: PhotoSize[];
        sticker?: Sticker;
        venue?: Venue;
        video?: Video;
    }
    Index

    Properties

    animation?: Animation

    Optional. Media is an animation, information about the animation

    audio?: Audio

    Optional. Media is an audio file, information about the file; currently, can't be received in a poll option

    document?: Document

    Optional. Media is a general file, information about the file; currently, can't be received in a poll option

    live_photo?: LivePhoto

    Optional. Media is a live photo, information about the live photo

    location?: Location

    Optional. Media is a shared location, information about the location

    photo?: PhotoSize[]

    Optional. Media is a photo, available sizes of the photo

    sticker?: Sticker

    Optional. Media is a sticker, information about the sticker; currently, for poll options only

    venue?: Venue

    Optional. Media is a venue, information about the venue

    video?: Video

    Optional. Media is a video, information about the video