teleproto - v1.229.0
    Preparing search index...

    Interface EphemeralSendMessageParams

    interface EphemeralSendMessageParams {
        anchor?: boolean;
        entities?: TypeMessageEntityIn[];
        invertMedia?: boolean;
        media?: TypeInputMediaIn;
        message: string;
        noforwards?: boolean;
        peer?: EntityLike;
        queryId?: BigInteger;
        randomId?: BigInteger;
        receiverId: EntityLike;
        replyMarkup?: TypeReplyMarkupIn;
        replyTo?: TypeInputReplyToIn;
        richMessage?: TypeInputRichMessageIn;
        welcome?: boolean;
    }
    Index
    anchor?: boolean
    entities?: TypeMessageEntityIn[]
    invertMedia?: boolean
    message: string
    noforwards?: boolean
    peer?: EntityLike
    queryId?: BigInteger
    randomId?: BigInteger
    receiverId: EntityLike
    replyMarkup?: TypeReplyMarkupIn
    welcome?: boolean