• Get boosts of a channel

    Parameters

    • client: ITelegramClient
    • peerId: InputPeerLike
    • Optionalparams: { limit?: number; offset?: string }
      • Optionallimit?: number

        Maximum number of boosters to fetch

        100
        
      • Optionaloffset?: string

        Offset for pagination

    Returns Promise<ArrayPaginated<Boost, string>>