telegramsjs
    Preparing search index...

    Class RevenueWithdrawalState

    Index

    Constructors

    Properties

    createdUnixTime?: number

    Date the withdrawal was completed in Unix time

    failed?: boolean

    Type of the state, always “failed”

    pending?: boolean

    Type of the state, always “pending”

    url?: string

    An HTTPS URL that can be used to see transaction details

    Accessors

    • get createdAt(): Date | null

      Date the withdrawal was completed

      Returns Date | null

    • get createdTimestamp(): number | null

      Return the timestamp withdrawal was completed, in milliseconds

      Returns number | null

    Methods