teleproto - v1.229.0
    Preparing search index...

    Function chunks

    • Turns the given iterable into chunks of the specified size, which is 100 by default since that's what Telegram uses the most.

      Type Parameters

      • T

      Parameters

      • arr: T[]
      • size: number = 100

      Returns Generator<T[]>